Merge pull request #4121 from bluca/kfreebsd

Problem: build still broken on kFreeBSD
This commit is contained in:
Luca Boccassi 2021-01-09 14:09:35 +00:00 committed by GitHub
commit e2a8e7cd08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -91,7 +91,7 @@ static std::string get_peer_address (zmq::fd_t s_)
if (cred.cr_ngroups > 0)
buf << cred.cr_groups[0];
buf << ":";
_peer_address += buf.str ();
peer_address += buf.str ();
}
}
#endif