1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-27 22:50:26 +03:00

s4-smbtorture: remove unused variable from smbcli_rap_netprintdestgetinfo().

Guenther
This commit is contained in:
Günther Deschner 2010-05-05 16:58:46 +02:00
parent e90c874b25
commit d3bd9de087

View File

@ -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;