s3: Fix infinite loop in NCACN_IP_TCP asa there is no timeout. Assume lsa_pipe_tcp...
authorBo Yang <boyang@samba.org>
Wed, 6 Jan 2010 04:13:35 +0000 (12:13 +0800)
committerBo Yang <boyang@samba.org>
Wed, 6 Jan 2010 11:19:35 +0000 (19:19 +0800)
commit36493bf2f6634b84c57107bcb86bcbf3e82e80fc
tree3cb21abc0fca7550f7a4b6185769a84217e9b0d2
parentda41f23bdad1ea3a1a49110217cfde3efcde5075
s3: Fix infinite loop in NCACN_IP_TCP asa there is no timeout. Assume lsa_pipe_tcp is ok but network is down, then send request is ok, but select() on writeable fds loops forever since there is no response.

Signed-off-by: Bo Yang <boyang@samba.org>
source3/include/proto.h
source3/rpc_client/cli_pipe.c
source3/rpc_client/ndr.c
source3/rpc_client/rpc_transport_np.c
source3/rpc_client/rpc_transport_smbd.c
source3/rpc_client/rpc_transport_sock.c
source3/winbindd/winbindd_cm.c
source3/winbindd/winbindd_rpc.c