diff options
author | Tim Potter <tpot@samba.org> | 2001-05-24 08:07:13 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2001-05-24 08:07:13 +0000 |
commit | 95dbe55e5708df0e3fd372d46a6bf83805a21120 (patch) | |
tree | e30f9eaa6e15e7830b57a05eb85d92986390c751 /source3 | |
parent | 076ace3e3d5705e88677b0a0af1a274070950c89 (diff) | |
download | samba-95dbe55e5708df0e3fd372d46a6bf83805a21120.tar.gz samba-95dbe55e5708df0e3fd372d46a6bf83805a21120.tar.bz2 samba-95dbe55e5708df0e3fd372d46a6bf83805a21120.zip |
Fixed compiler warning.
(This used to be commit 6e0805c191d7434366e4a8d752b6e34656232371)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/rpcclient/cmd_spoolss.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/rpcclient/cmd_spoolss.c b/source3/rpcclient/cmd_spoolss.c index 32131ad780..9562df94c3 100644 --- a/source3/rpcclient/cmd_spoolss.c +++ b/source3/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); |