We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2bf998f + 0742d43 commit e2a8e7cCopy full SHA for e2a8e7c
src/stream_engine_base.cpp
@@ -91,7 +91,7 @@ static std::string get_peer_address (zmq::fd_t s_)
91
if (cred.cr_ngroups > 0)
92
buf << cred.cr_groups[0];
93
buf << ":";
94
- _peer_address += buf.str ();
+ peer_address += buf.str ();
95
}
96
97
#endif
0 commit comments