summaryrefslogtreecommitdiff
path: root/src/ipc_connecter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ipc_connecter.cpp')
-rw-r--r--src/ipc_connecter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ipc_connecter.cpp b/src/ipc_connecter.cpp
index 54def6e..9b8520d 100644
--- a/src/ipc_connecter.cpp
+++ b/src/ipc_connecter.cpp
@@ -174,7 +174,7 @@ int zmq::ipc_connecter_t::open ()
zmq_assert (s == retired_fd);
// Create the socket.
- s = socket (AF_UNIX, SOCK_STREAM, 0);
+ s = open_socket (AF_UNIX, SOCK_STREAM, 0);
if (s == -1)
return -1;