diff options
author | Tim Potter <tpot@samba.org> | 2003-04-14 05:13:15 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-04-14 05:13:15 +0000 |
commit | 3f772c182a17fb2212980c3d30f08322c9dcca53 (patch) | |
tree | c6aa11bc9f5c7708cf8479c451e5e39f68806156 /source3 | |
parent | 0f9e64d4476bd8ad75a1bc70138ae554dedcf507 (diff) | |
download | samba-3f772c182a17fb2212980c3d30f08322c9dcca53.tar.gz samba-3f772c182a17fb2212980c3d30f08322c9dcca53.tar.bz2 samba-3f772c182a17fb2212980c3d30f08322c9dcca53.zip |
Removed unused variables.
(This used to be commit 27a608d6a337e772dce114d73e45f6d0bf3148b4)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/rpc_client/cli_pipe.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/rpc_client/cli_pipe.c b/source3/rpc_client/cli_pipe.c index c4a9b37127..93c6b98bc3 100644 --- a/source3/rpc_client/cli_pipe.c +++ b/source3/rpc_client/cli_pipe.c @@ -1016,8 +1016,6 @@ BOOL rpc_api_pipe_req(struct cli_state *cli, uint8 op_num, static const uchar netsec_sig[8] = NETSEC_SIGNATURE; static const uchar nullbytes[8] = { 0,0,0,0,0,0,0,0 }; uchar sign[8]; - BOOL ret; - int i; prs_struct netsec_blob; memset(sign, 0, sizeof(sign)); |