Skip to content

Commit e2a8e7c

Browse files
authored
Merge pull request #4121 from bluca/kfreebsd
Problem: build still broken on kFreeBSD
2 parents 2bf998f + 0742d43 commit e2a8e7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stream_engine_base.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ static std::string get_peer_address (zmq::fd_t s_)
9191
if (cred.cr_ngroups > 0)
9292
buf << cred.cr_groups[0];
9393
buf << ":";
94-
_peer_address += buf.str ();
94+
peer_address += buf.str ();
9595
}
9696
}
9797
#endif

0 commit comments

Comments
 (0)