summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2004-03-22 23:05:02 +0000
committerGerald Carter <jerry@samba.org>2004-03-22 23:05:02 +0000
commitf2e853d3455fe7db317769ef7906b26a09396db3 (patch)
tree6baec8fbcdb47a04b58c1a101e3e082422fe15b2 /source3
parente9e03e99009b27366dd35c659758806ff1189b73 (diff)
downloadsamba-f2e853d3455fe7db317769ef7906b26a09396db3.tar.gz
samba-f2e853d3455fe7db317769ef7906b26a09396db3.tar.bz2
samba-f2e853d3455fe7db317769ef7906b26a09396db3.zip
remove unused variable
(This used to be commit 170c443b19604c3ec997ae494954c473e356e59d)
Diffstat (limited to 'source3')
-rw-r--r--source3/rpc_client/cli_pipe.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/rpc_client/cli_pipe.c b/source3/rpc_client/cli_pipe.c
index 82a4b21754..f425a24d08 100644
--- a/source3/rpc_client/cli_pipe.c
+++ b/source3/rpc_client/cli_pipe.c
@@ -1221,8 +1221,6 @@ static BOOL valid_pipe_name(const int pipe_idx, RPC_IFACE *abstract, RPC_IFACE *
static BOOL check_bind_response(RPC_HDR_BA *hdr_ba, const int pipe_idx, RPC_IFACE *transfer)
{
- int i = 0;
-
# if 0 /* JERRY -- apparently ASU forgets to fill in the server pipe name sometimes */
if ( hdr_ba->addr.len <= 0)
return False;