1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-29 11:21:54 +03:00

renamed PRINTER_HND to POLICY_HND.

(This used to be commit 8b92be25bd)
This commit is contained in:
Luke Leighton 1999-11-29 17:45:47 +00:00
parent 89c4e7fb38
commit dbc916a251

View 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;