diff options
author | Gerald Carter <jerry@samba.org> | 2001-05-31 16:08:47 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2001-05-31 16:08:47 +0000 |
commit | 7e9318b084d7fecd70fae58d991483b3d4e4f24a (patch) | |
tree | 78bf57538c67fb2cf3727ec92ba6d8b67548985a /source/libsmb/cli_spoolss.c | |
parent | 29f5aad5e7be6bafed530238740d37e24114761b (diff) | |
download | samba-7e9318b084d7fecd70fae58d991483b3d4e4f24a.tar.gz samba-7e9318b084d7fecd70fae58d991483b3d4e4f24a.tar.xz samba-7e9318b084d7fecd70fae58d991483b3d4e4f24a.zip |
couple of minor typos.
Diffstat (limited to 'source/libsmb/cli_spoolss.c')
-rw-r--r-- | source/libsmb/cli_spoolss.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source/libsmb/cli_spoolss.c b/source/libsmb/cli_spoolss.c index 4f8d6c0c883..2c962ef27a0 100644 --- a/source/libsmb/cli_spoolss.c +++ b/source/libsmb/cli_spoolss.c @@ -677,7 +677,6 @@ uint32 cli_spoolss_setprinter( make_spoolss_q_setprinter(mem_ctx, &q, pol, level, ctr, command); /* Marshall data and send request */ - result = NT_STATUS_UNSUCCESSFUL; if (!spoolss_io_q_setprinter("", &q, &qbuf, 0) || !rpc_api_pipe_req(cli, SPOOLSS_SETPRINTER, &qbuf, &rbuf)) { @@ -686,7 +685,6 @@ uint32 cli_spoolss_setprinter( } /* Unmarshall response */ - result = NT_STATUS_UNSUCCESSFUL; if (!spoolss_io_r_setprinter("", &r, &rbuf, 0)) { goto done; |