mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
fixed an obvious bug that meant that DosPrintQEnum could never
work. Now we'll see if it works after this fix ...
This commit is contained in:
parent
424814bed7
commit
9735d7e8e2
@ -663,7 +663,7 @@ static BOOL api_DosPrintQEnum(int cnum, int uid, char* param, char* data,
|
||||
|
||||
DEBUG(3,("DosPrintQEnum uLevel=%d\n",uLevel));
|
||||
|
||||
if (prefix_ok(param_format,"WrLeh")) return False;
|
||||
if (!prefix_ok(param_format,"WrLeh")) return False;
|
||||
if (!check_printq_info(&desc,uLevel,output_format1,output_format2))
|
||||
return False;
|
||||
queuecnt = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user