diff options
author | Günther Deschner <gd@samba.org> | 2010-05-05 16:58:46 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-05-05 17:21:05 +0200 |
commit | d3bd9de0878f532f1ed3448d1632605264229f82 (patch) | |
tree | 41c605fd28d7e67b8336fb9d904b4594dd21b638 /source4/torture/rap | |
parent | e90c874b256e9a0b3f2ae7063b499622dd49f721 (diff) | |
download | samba-d3bd9de0878f532f1ed3448d1632605264229f82.tar.gz samba-d3bd9de0878f532f1ed3448d1632605264229f82.tar.bz2 samba-d3bd9de0878f532f1ed3448d1632605264229f82.zip |
s4-smbtorture: remove unused variable from smbcli_rap_netprintdestgetinfo().
Guenther
Diffstat (limited to 'source4/torture/rap')
-rw-r--r-- | source4/torture/rap/rap.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/torture/rap/rap.c b/source4/torture/rap/rap.c index 3e93b086ce..39a4432b07 100644 --- a/source4/torture/rap/rap.c +++ b/source4/torture/rap/rap.c @@ -1520,7 +1520,6 @@ NTSTATUS smbcli_rap_netprintdestgetinfo(struct smbcli_tree *tree, { struct rap_call *call; NTSTATUS result = NT_STATUS_UNSUCCESSFUL; - int i; if (!(call = new_rap_cli_call(mem_ctx, iconv_convenience, RAP_WPrintDestGetInfo))) { return NT_STATUS_NO_MEMORY; |