summaryrefslogtreecommitdiff
path: root/qpid/cpp/examples/old_api
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2013-07-18 17:00:39 +0000
committerGordon Sim <gsim@apache.org>2013-07-18 17:00:39 +0000
commit2a32b230c2d35e4cdce48c970ab61b14339e8458 (patch)
treee5797c5b2f7f1459de6e1c1529b2be16b0935611 /qpid/cpp/examples/old_api
parent2f506fbbd2c559258f4dbba9edb8cc80ffd54508 (diff)
downloadqpid-python-2a32b230c2d35e4cdce48c970ab61b14339e8458.tar.gz
NO-JIRA: ensure interface is specified for verification of old examples (there is another script!)
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1504524 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/examples/old_api')
-rwxr-xr-xqpid/cpp/examples/old_api/verify_all2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/examples/old_api/verify_all b/qpid/cpp/examples/old_api/verify_all
index e71479d6be..ca72b965cb 100755
--- a/qpid/cpp/examples/old_api/verify_all
+++ b/qpid/cpp/examples/old_api/verify_all
@@ -35,7 +35,7 @@ if ! test -e "$HOME"; then
fi
trap "$qpidd -q" exit
-QPID_PORT=`$qpidd -dp0 $broker_args` || { echo "Can't run qpidd" ; exit 1; }
+QPID_PORT=`$qpidd -dp0 --interface 127.0.0.1 $broker_args` || { echo "Can't run qpidd" ; exit 1; }
export QPID_PORT
find="find $topsrcdir/cpp/examples/old_api"