diff options
Diffstat (limited to 'source3/lib')
-rw-r--r-- | source3/lib/util_sock.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/source3/lib/util_sock.c b/source3/lib/util_sock.c index ebdd2c78f3..9ade23c8bc 100644 --- a/source3/lib/util_sock.c +++ b/source3/lib/util_sock.c @@ -1298,12 +1298,6 @@ int create_pipe_sock(const char *socket_dir, goto out_close; } - if (listen(sock, 5) == -1) { - DEBUG(0, ("listen failed on pipe socket %s: %s\n", path, - strerror(errno))); - goto out_close; - } - SAFE_FREE(path); umask(old_umask); |