Commit 4c59b1fb authored by Pieter Hintjens's avatar Pieter Hintjens

Merge pull request #270 from rgagnon24/master

Fix IPC transport domain socket stream file not being removed when connection is closed
parents 0fed3a3f 3aabbbae
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment