diff options
author | Gerald Carter <jerry@samba.org> | 2001-03-15 07:13:27 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2001-03-15 07:13:27 +0000 |
commit | f4ae39d53a62a8496cc20bc554fb7b791676bfdc (patch) | |
tree | 9e60eeea3280e3edc067fc91953f5a707927f9cb /source3/rpc_client | |
parent | a9dda48d653810b8f20b3b72f07cc060e2b2e3cd (diff) | |
download | samba-f4ae39d53a62a8496cc20bc554fb7b791676bfdc.tar.gz samba-f4ae39d53a62a8496cc20bc554fb7b791676bfdc.tar.bz2 samba-f4ae39d53a62a8496cc20bc554fb7b791676bfdc.zip |
added getdriver and enumdrivers commands. Also fixed
enumprinters so that it works as well. Couple of other
misc fixes while we're working on rpcclient.
(This used to be commit 83d6bc4454f0cda581d26de32a4fcaad42431b34)
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 7588ba152f..c17db2be85 100644 --- a/source3/rpc_client/cli_spoolss.c +++ b/source3/rpc_client/cli_spoolss.c @@ -69,7 +69,7 @@ uint32 spoolss_enum_printerdrivers(const char *srv_name, const char *environment prs_set_offset(&buffer->prs, 0); r_o.buffer=buffer; - if(new_spoolss_io_r_enumprinterdrivers("", &r_o, &rbuf, 0)) + if(spoolss_io_r_enumprinterdrivers("", &r_o, &rbuf, 0)) { if (r_o.status != NT_STATUS_NOPROBLEMO) { |