mirror of
https://github.com/zeromq/libzmq.git
synced 2025-11-07 05:58:45 +01:00
Problem: build still broken on kFreeBSD
Solution: fix refactor mistake introduced by:
091df743a8
Fixes https://github.com/zeromq/libzmq/issues/4113
This commit is contained in:
@@ -91,7 +91,7 @@ static std::string get_peer_address (zmq::fd_t s_)
|
|||||||
if (cred.cr_ngroups > 0)
|
if (cred.cr_ngroups > 0)
|
||||||
buf << cred.cr_groups[0];
|
buf << cred.cr_groups[0];
|
||||||
buf << ":";
|
buf << ":";
|
||||||
_peer_address += buf.str ();
|
peer_address += buf.str ();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user