renamed PRINTER_HND to POLICY_HND.
authorLuke Leighton <lkcl@samba.org>
Mon, 29 Nov 1999 17:45:47 +0000 (17:45 +0000)
committerLuke Leighton <lkcl@samba.org>
Mon, 29 Nov 1999 17:45:47 +0000 (17:45 +0000)
(This used to be commit 8b92be25bd7d630a18c36bcd5d983386d6cd1d53)

source3/rpcclient/cmd_spoolss.c

index ea4a9d64033f1c69072989343023e23470cbe78c..ad45cb3dc86f1e10f116d818c44df61f98ce5c74 100644 (file)
@@ -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;