mirror of
https://github.com/samba-team/samba.git
synced 2024-12-29 11:21:54 +03:00
parent
89c4e7fb38
commit
dbc916a251
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user