diff options
author | Gerald Carter <jerry@samba.org> | 2005-03-22 14:44:16 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:56:10 -0500 |
commit | d2b8348fefdb21811999bef6d344e152c44084b8 (patch) | |
tree | b16c18d6667a666ac7449f83cd747c4f79d8346b /source3/rpc_client | |
parent | 906d7b7190d2c34f6be9ac4edeff15a494ff18ec (diff) | |
download | samba-d2b8348fefdb21811999bef6d344e152c44084b8.tar.gz samba-d2b8348fefdb21811999bef6d344e152c44084b8.tar.bz2 samba-d2b8348fefdb21811999bef6d344e152c44084b8.zip |
r5946: BUG 2497: fix bug in rpcclient's deletedriverex when asking to delete all versions of a driver
(This used to be commit 1f0060278609a194b76872367530d2f7bcea7fa7)
Diffstat (limited to 'source3/rpc_client')
-rw-r--r-- | source3/rpc_client/cli_spoolss.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpc_client/cli_spoolss.c b/source3/rpc_client/cli_spoolss.c index ac2d5bd31e..518c20ff9b 100644 --- a/source3/rpc_client/cli_spoolss.c +++ b/source3/rpc_client/cli_spoolss.c @@ -1077,7 +1077,7 @@ WERROR cli_spoolss_addprinterex (struct cli_state *cli, TALLOC_CTX *mem_ctx, */ WERROR cli_spoolss_deleteprinterdriverex(struct cli_state *cli, TALLOC_CTX *mem_ctx, const char *arch, - const char *driver, uint32 version) + const char *driver, int version) { prs_struct qbuf, rbuf; SPOOL_Q_DELETEPRINTERDRIVEREX q; |