summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2001-05-24 08:07:13 +0000
committerTim Potter <tpot@samba.org>2001-05-24 08:07:13 +0000
commit6e0805c191d7434366e4a8d752b6e34656232371 (patch)
tree97ce2b62da259dd663b482515bbbfad4858a1264
parent0678c302825afef521ae2b80958a1d7c5aa76d23 (diff)
downloadsamba-6e0805c191d7434366e4a8d752b6e34656232371.tar.gz
samba-6e0805c191d7434366e4a8d752b6e34656232371.tar.xz
samba-6e0805c191d7434366e4a8d752b6e34656232371.zip
Fixed compiler warning.
-rw-r--r--source/rpcclient/cmd_spoolss.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/rpcclient/cmd_spoolss.c b/source/rpcclient/cmd_spoolss.c
index 32131ad780f..9562df94c3b 100644
--- a/source/rpcclient/cmd_spoolss.c
+++ b/source/rpcclient/cmd_spoolss.c
@@ -1355,7 +1355,6 @@ static uint32 cmd_spoolss_deletedriver (struct cli_state *cli, int argc, char **
}
-done:
/* cleanup */
cli_nt_session_close (cli);
talloc_destroy(mem_ctx);