mirror of
https://github.com/samba-team/samba.git
synced 2025-01-01 21:18:10 +03:00
parent
c9f256cb6c
commit
79af0b91e0
@ -5071,7 +5071,7 @@ BOOL make_spoolss_q_addprinterdriver(TALLOC_CTX *mem_ctx,
|
|||||||
q_u->level = level;
|
q_u->level = level;
|
||||||
|
|
||||||
q_u->info.level = level;
|
q_u->info.level = level;
|
||||||
q_u->info.ptr = (info!=NULL)?1:0;
|
q_u->info.ptr = 1; /* Info is != NULL, see above */
|
||||||
switch (level)
|
switch (level)
|
||||||
{
|
{
|
||||||
/* info level 3 is supported by Windows 95/98, WinNT and Win2k */
|
/* info level 3 is supported by Windows 95/98, WinNT and Win2k */
|
||||||
|
Loading…
Reference in New Issue
Block a user