From 2f506fbbd2c559258f4dbba9edb8cc80ffd54508 Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Thu, 18 Jul 2013 13:31:27 +0000 Subject: NO-JIRA: ensure interface is specified for verification of old examples git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1504462 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/examples/old_api/verify | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qpid/cpp') diff --git a/qpid/cpp/examples/old_api/verify b/qpid/cpp/examples/old_api/verify index 1ee21f6b03..05cab1d66b 100755 --- a/qpid/cpp/examples/old_api/verify +++ b/qpid/cpp/examples/old_api/verify @@ -113,7 +113,7 @@ remove_uuid64() { # Start private broker if QPIDD is set. if [ -n "$QPIDD" ] ; then - export QPID_PORT=`$QPIDD -dp0` || { echo "Cannot start $QPIDD" ; exit 1; } + export QPID_PORT=`$QPIDD -dp0 --interface 127.0.0.1` || { echo "Cannot start $QPIDD" ; exit 1; } trap "$QPIDD -q" EXIT fi -- cgit v1.2.1