Skip to content

Commit

Permalink
Merge pull request zeromq#7 from miniway/master
Browse files Browse the repository at this point in the history
make s_require_peer's return value compatible
  • Loading branch information
sjmackenzie committed Oct 22, 2012
2 parents deea1fe + 18d4483 commit 47775d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions C/src/zre_interface.c
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@ s_require_peer (agent_t *self, char *identity, char *address, int port)
zstr_sendm (self->pipe, "JOINED");
zstr_send (self->pipe, identity);
}
return peer;
}


Expand Down

0 comments on commit 47775d7

Please sign in to comment.