diff options
Diffstat (limited to 'qpid/cpp/src/tests/client_test.cpp')
| -rw-r--r-- | qpid/cpp/src/tests/client_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/client_test.cpp b/qpid/cpp/src/tests/client_test.cpp index eb145272ca..84fc9434de 100644 --- a/qpid/cpp/src/tests/client_test.cpp +++ b/qpid/cpp/src/tests/client_test.cpp @@ -92,7 +92,7 @@ int main(int argc, char** argv) //Create and open a session on the connection through which //most functionality is exposed: - Session_0_10 session = connection.newSession(); + Session_0_10 session = connection.newSession(ASYNC); if (opts.trace) std::cout << "Opened session." << std::endl; |
