Skip to content

Commit

Permalink
Revert "Fixes duplicated variable error"
Browse files Browse the repository at this point in the history
This reverts commit 26da870.
  • Loading branch information
hintjens committed Nov 27, 2011
1 parent 35df57c commit 4212c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xrep.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ int zmq::xrep_t::xsend (zmq_msg_t *msg_, int flags_)
zmq_assert (rc == 0);

// Detach the message from the data buffer.
rc = zmq_msg_init (msg_);
int rc = zmq_msg_init (msg_);
zmq_assert (rc == 0);

return 0;
Expand Down

0 comments on commit 4212c4b

Please sign in to comment.