s3-lib: If we create a pipe socket, don't start to listen.
authorAndreas Schneider <asn@samba.org>
Mon, 29 Aug 2011 07:49:22 +0000 (09:49 +0200)
committerAndreas Schneider <asn@cryptomilk.org>
Mon, 29 Aug 2011 11:21:43 +0000 (13:21 +0200)
commitb8c3bfa55b574633bed10925d35dc23bc9e3853c
tree29968828c6dae2f0c0f59fb806e36b9792f093cf
parent92b7e3ee58d4c37d81103fcdab79184a84b084dc
s3-lib: If we create a pipe socket, don't start to listen.

The create_pipe_sock() function should only create the socket as the
name states and not start to listen on it too. We should start to listen
on in the individual places as we need different backlog values.

Autobuild-User: Andreas Schneider <asn@cryptomilk.org>
Autobuild-Date: Mon Aug 29 13:21:43 CEST 2011 on sn-devel-104
source3/lib/util_sock.c
source3/libsmb/unexpected.c
source3/rpc_server/rpc_server.c
source3/winbindd/winbindd.c