diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/req.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/req.cpp b/src/req.cpp index 0094929..da9dd0e 100644 --- a/src/req.cpp +++ b/src/req.cpp @@ -87,7 +87,7 @@ int xs::req_t::xrecv (msg_t *msg_, int flags_) // First part of the reply should be the original request ID. if (message_begins) { - int rc = xreq_t::xrecv (msg_, flags_); + rc = xreq_t::xrecv (msg_, flags_); if (rc != 0) return rc; |