mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-28 16:15:23 +08:00
Fix IPC transport domain socket stream file not being removed when connection is closed
This commit is contained in:
parent
0fed3a3fca
commit
3aabbbaefa
@ -144,6 +144,7 @@ int zmq::ipc_listener_t::set_address (const char *addr_)
|
||||
if (rc != 0)
|
||||
return -1;
|
||||
|
||||
filename.assign(addr_);
|
||||
has_file = true;
|
||||
|
||||
// Listen for incomming connections.
|
||||
|
Loading…
x
Reference in New Issue
Block a user