diff options
author | Gordon Sim <gsim@apache.org> | 2013-07-18 13:31:27 +0000 |
---|---|---|
committer | Gordon Sim <gsim@apache.org> | 2013-07-18 13:31:27 +0000 |
commit | 2f506fbbd2c559258f4dbba9edb8cc80ffd54508 (patch) | |
tree | dd8e989969c6f23ef727616db0eab04c351697de /qpid/cpp/examples/old_api | |
parent | 696b521120cc8ef1ec8ab76ce88b1ad47dacdb67 (diff) | |
download | qpid-python-2f506fbbd2c559258f4dbba9edb8cc80ffd54508.tar.gz |
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
Diffstat (limited to 'qpid/cpp/examples/old_api')
-rwxr-xr-x | qpid/cpp/examples/old_api/verify | 2 |
1 files changed, 1 insertions, 1 deletions
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 |