diff options
| author | Martin Lucina <martin@lucina.net> | 2012-01-23 09:00:28 +0100 | 
|---|---|---|
| committer | Martin Lucina <martin@lucina.net> | 2012-01-23 09:00:28 +0100 | 
| commit | 4016b657973bba87caf75168ba70aaa85d556487 (patch) | |
| tree | c2abaf9284f55964bea72a0b76f6b79070335858 /src/zmq.cpp | |
| parent | 978e33ba253a997b41b331b449b474a5cee7bccc (diff) | |
Imported Upstream version 2.1.11upstream/2.1.11
Diffstat (limited to 'src/zmq.cpp')
| -rw-r--r-- | src/zmq.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zmq.cpp b/src/zmq.cpp index dce9630..d6363b9 100644 --- a/src/zmq.cpp +++ b/src/zmq.cpp @@ -661,7 +661,7 @@ int zmq_poll (zmq_pollitem_t *items_, int nitems_, long timeout_)              }  #else              int rc = select (maxfd + 1, &inset, &outset, &errset, ptimeout); -            if (unlikely (rc == -1) { +            if (unlikely (rc == -1)) {                  if (errno == EINTR || errno == EBADF)                      return -1;                  errno_assert (false);  | 
