This is an automated email from the ASF dual-hosted git repository.

cliffjansen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-proton.git


The following commit(s) were added to refs/heads/master by this push:
     new aad89ef  PROTON-1990: stay within C++03 constraints
aad89ef is described below

commit aad89ef1b999d378ee595f18c7c6d83c70b26097
Author: Cliff Jansen <cliffjan...@apache.org>
AuthorDate: Tue Feb 5 09:08:35 2019 -0800

    PROTON-1990: stay within C++03 constraints
---
 cpp/src/credit_test.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cpp/src/credit_test.cpp b/cpp/src/credit_test.cpp
index 91e3b52..a57366e 100644
--- a/cpp/src/credit_test.cpp
+++ b/cpp/src/credit_test.cpp
@@ -184,7 +184,7 @@ class tester : public proton::messaging_handler, public 
waiter {
     }
 
     void run() {
-        container_.run(1); // Single threaded to avoid locks and barriers.
+        container_.run(); // Single threaded to avoid locks and barriers.
     }
 
     void server_available(int available) {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to