mirror of
https://github.com/zeromq/libzmq.git
synced 2025-03-12 17:12:46 +00:00
Merge pull request #4121 from bluca/kfreebsd
Problem: build still broken on kFreeBSD
This commit is contained in:
commit
e2a8e7cd08
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user