diff options
author | Tim Potter <tpot@samba.org> | 2001-06-02 05:33:43 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2001-06-02 05:33:43 +0000 |
commit | 3bc291f55d202f9ba6b2efe7358db8a939447fd4 (patch) | |
tree | 51f698b4fd5c13b7fad1afa028b4f3bd33a6aef0 | |
parent | 2eef56f9fa056766922ca05cc0a2cb0615e7faca (diff) | |
download | samba-3bc291f55d202f9ba6b2efe7358db8a939447fd4.tar.gz samba-3bc291f55d202f9ba6b2efe7358db8a939447fd4.tar.bz2 samba-3bc291f55d202f9ba6b2efe7358db8a939447fd4.zip |
Removed irritating and unecessary debug message.
(This used to be commit b49c4cd441717b0edf4ad3da0edddca474a08748)
-rw-r--r-- | source3/rpc_client/cli_pipe.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/rpc_client/cli_pipe.c b/source3/rpc_client/cli_pipe.c index 0ae0732504..3709574942 100644 --- a/source3/rpc_client/cli_pipe.c +++ b/source3/rpc_client/cli_pipe.c @@ -971,9 +971,6 @@ static BOOL check_bind_response(RPC_HDR_BA *hdr_ba, char *pipe_name, RPC_IFACE * int i = 0; while ((pipe_names[i].client_pipe != NULL) && hdr_ba->addr.len > 0) { - DEBUG(6,("bind_rpc_pipe: searching pipe name: client:%s server:%s\n", - pipe_names[i].client_pipe , pipe_names[i].server_pipe )); - if ((strequal(pipe_name, pipe_names[i].client_pipe ))) { if (strequal(hdr_ba->addr.str, pipe_names[i].server_pipe )) { DEBUG(5,("bind_rpc_pipe: server pipe_name found: %s\n", |