mirror of
https://github.com/samba-team/samba.git
synced 2024-12-28 07:21:54 +03:00
When opening a printserver use a global snum of -1.
Jeremy
(This used to be commit 3f44cb6103
)
This commit is contained in:
parent
7d85361533
commit
5fa70d7747
@ -825,8 +825,8 @@ uint32 _spoolss_open_printer_ex( pipes_struct *p, SPOOL_Q_OPEN_PRINTER_EX *q_u,
|
||||
}
|
||||
else if ((printer_default->access_required & SERVER_ACCESS_ADMINISTER ) == SERVER_ACCESS_ADMINISTER) {
|
||||
|
||||
if (!get_printer_snum(handle, &snum))
|
||||
return ERROR_INVALID_HANDLE;
|
||||
/* Printserver handles use global struct... */
|
||||
snum = -1;
|
||||
|
||||
if (!lp_ms_add_printer_wizard()) {
|
||||
close_printer_handle(handle);
|
||||
|
Loading…
Reference in New Issue
Block a user