1
0
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:
Andrew Tridgell 0001-01-01 00:00:00 +00:00
parent 424814bed7
commit 9735d7e8e2

View File

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