From f4ae39d53a62a8496cc20bc554fb7b791676bfdc Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Thu, 15 Mar 2001 07:13:27 +0000 Subject: 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) --- source3/rpc_client/cli_spoolss.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/rpc_client') 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) { -- cgit