diff options
Diffstat (limited to 'src/ctx.cpp')
| -rw-r--r-- | src/ctx.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/ctx.cpp b/src/ctx.cpp index fb5420d..783bcba 100644 --- a/src/ctx.cpp +++ b/src/ctx.cpp @@ -142,7 +142,7 @@ int zmq::ctx_t::terminate ()      //  Wait till reaper thread closes all the sockets.      command_t cmd; -    int rc = term_mailbox.recv (&cmd, true); +    int rc = term_mailbox.recv (&cmd, -1);      if (rc == -1 && errno == EINTR)          return -1;      zmq_assert (rc == 0); | 
