From 9a07f9ed620f0ccf2bc4a9b05ae5e9daa9d64bd8 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/qpid@1504462 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/examples/old_api/verify | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/examples') diff --git a/cpp/examples/old_api/verify b/cpp/examples/old_api/verify index 1ee21f6b03..05cab1d66b 100755 --- a/cpp/examples/old_api/verify +++ b/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