diff options
author | Tim Potter <tpot@samba.org> | 2001-11-22 23:38:37 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2001-11-22 23:38:37 +0000 |
commit | 9927b5b392592e8ab5e64d4da22d8d965924ba2c (patch) | |
tree | 64e933ab67f5f481a61c58cb7f0eca12521b10ba /source3 | |
parent | e996ac23f7f40fcb36616d26d3d8093f66f3c243 (diff) | |
download | samba-9927b5b392592e8ab5e64d4da22d8d965924ba2c.tar.gz samba-9927b5b392592e8ab5e64d4da22d8d965924ba2c.tar.bz2 samba-9927b5b392592e8ab5e64d4da22d8d965924ba2c.zip |
Removed unused variable.
(This used to be commit d1dee2d0323fe6fc498e50201535b1718a88abaf)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/libsmb/cli_lsarpc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/libsmb/cli_lsarpc.c b/source3/libsmb/cli_lsarpc.c index bb59bc011e..d7eaaeafc6 100644 --- a/source3/libsmb/cli_lsarpc.c +++ b/source3/libsmb/cli_lsarpc.c @@ -699,7 +699,6 @@ NTSTATUS cli_lsa_get_dispname(struct cli_state *cli, TALLOC_CTX *mem_ctx, LSA_Q_PRIV_GET_DISPNAME q; LSA_R_PRIV_GET_DISPNAME r; NTSTATUS result; - int i; ZERO_STRUCT(q); ZERO_STRUCT(r); |