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 | 9a07f9ed620f0ccf2bc4a9b05ae5e9daa9d64bd8 (patch) | |
| tree | 5899c4f5f169f6bd01612df7d7aadc7b14652873 /cpp/examples | |
| parent | 519a875d8a09d48e23d1fe61f99d26302346daf7 (diff) | |
| download | qpid-python-9a07f9ed620f0ccf2bc4a9b05ae5e9daa9d64bd8.tar.gz | |
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
Diffstat (limited to 'cpp/examples')
| -rwxr-xr-x | cpp/examples/old_api/verify | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
