diff options
author | Günther Deschner <gd@samba.org> | 2009-03-14 01:36:01 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-03-14 23:25:29 +0100 |
commit | ec0c6e1617ea1d8a41ee4677ae270ede38024f2a (patch) | |
tree | 6886ea863acc46244d9255a8a2ab477b1a06333c | |
parent | 8174a90e43e0722c744257c92775d3bb9a581901 (diff) | |
download | samba-ec0c6e1617ea1d8a41ee4677ae270ede38024f2a.tar.gz |
s4-smbtorture: fix build warning in test_EnumPrintProcDataTypes.
Guenther
-rw-r--r-- | source4/torture/rpc/spoolss.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/rpc/spoolss.c b/source4/torture/rpc/spoolss.c index ad8158d9562..f8029b246b9 100644 --- a/source4/torture/rpc/spoolss.c +++ b/source4/torture/rpc/spoolss.c @@ -575,7 +575,7 @@ static bool test_EnumPrintProcDataTypes(struct torture_context *tctx, NTSTATUS status; struct spoolss_EnumPrintProcDataTypes r; uint16_t levels[] = { 1 }; - int i, j; + int i; for (i=0;i<ARRAY_SIZE(levels);i++) { int level = levels[i]; |