summaryrefslogtreecommitdiff
path: root/source4/torture/rap
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-05-05 16:58:46 +0200
committerGünther Deschner <gd@samba.org>2010-05-05 17:21:05 +0200
commitd3bd9de0878f532f1ed3448d1632605264229f82 (patch)
tree41c605fd28d7e67b8336fb9d904b4594dd21b638 /source4/torture/rap
parente90c874b256e9a0b3f2ae7063b499622dd49f721 (diff)
downloadsamba-d3bd9de0878f532f1ed3448d1632605264229f82.tar.gz
s4-smbtorture: remove unused variable from smbcli_rap_netprintdestgetinfo().
Guenther
Diffstat (limited to 'source4/torture/rap')
-rw-r--r--source4/torture/rap/rap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/torture/rap/rap.c b/source4/torture/rap/rap.c
index 3e93b086ce9..39a4432b074 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;