diff options
Diffstat (limited to 'qpid/cpp/tests/client_test.cpp')
| -rw-r--r-- | qpid/cpp/tests/client_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/tests/client_test.cpp b/qpid/cpp/tests/client_test.cpp index 6a22a65ad2..9534fdcecb 100644 --- a/qpid/cpp/tests/client_test.cpp +++ b/qpid/cpp/tests/client_test.cpp @@ -65,7 +65,7 @@ int main(int argc, char**) //Use a named, temporary queue Queue queue("MyQueue", true); - //Create and open a connection + Connection con(argc > 1); string host("localhost"); con.open(host); |
