mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-31 14:39:55 +01:00
Merge branch 'maint'
* maint: SunStudio fixed.
This commit is contained in:
commit
da59f8dd7a
@ -88,8 +88,8 @@ void zmq::object_t::process_command (command_t &cmd_)
|
||||
|
||||
case command_t::bind:
|
||||
process_bind (cmd_.args.bind.in_pipe, cmd_.args.bind.out_pipe,
|
||||
blob_t (cmd_.args.bind.peer_identity,
|
||||
cmd_.args.bind.peer_identity_size));
|
||||
cmd_.args.bind.peer_identity ? blob_t (cmd_.args.bind.peer_identity,
|
||||
cmd_.args.bind.peer_identity_size) : blob_t ());
|
||||
process_seqnum ();
|
||||
break;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user