s3:rpc_client: return NT_STATUS_CONNECTION_DISCONNECTED
authorStefan Metzmacher <metze@samba.org>
Wed, 14 Sep 2011 15:56:30 +0000 (17:56 +0200)
committerStefan Metzmacher <metze@samba.org>
Wed, 14 Sep 2011 16:03:17 +0000 (18:03 +0200)
commitcc5f973884ae2c58c409ab3b59dae69bcc9a40c1
tree0418cc3f5c443507b0c44912b56788030a439e59
parenta6e8167e4a3d1e8239338bdbe9598c44a2c2ce2f
s3:rpc_client: return NT_STATUS_CONNECTION_DISCONNECTED

We should return the same in all places
and don't mix NT_STATUS_INVALID_CONNECTION and NT_STATUS_CONNECTION_INVALID.

metze
source3/rpc_client/cli_pipe.c
source3/rpc_client/rpc_transport_tstream.c