diff options
-rw-r--r-- | source3/rpcclient/cmd_spoolss.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/rpcclient/cmd_spoolss.c b/source3/rpcclient/cmd_spoolss.c index ea4a9d6403..ad45cb3dc8 100644 --- a/source3/rpcclient/cmd_spoolss.c +++ b/source3/rpcclient/cmd_spoolss.c @@ -99,7 +99,7 @@ void cmd_spoolss_open_printer_ex(struct client_info *info, int argc, char *argv[ fstring srv_name; fstring station; char *printer_name; - PRINTER_HND hnd; + POLICY_HND hnd; BOOL res = True; @@ -157,7 +157,7 @@ BOOL msrpc_spoolss_enum_jobs( const char* printer_name, void ***ctr, JOB_INFO_FN(fn)) { - PRINTER_HND hnd; + POLICY_HND hnd; uint32 buf_size = 0x0; uint32 status = 0x0; |