1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-25 17:57:42 +03:00

s4-smbtorture: fix smbcli_rap_netprintjobenum().

It is just fine for a printq to have no pending jobs.

Guenther
This commit is contained in:
Günther Deschner 2010-04-30 17:05:17 +02:00
parent 400c07f0de
commit 82d4e858ea

View File

@ -1157,6 +1157,8 @@ NTSTATUS smbcli_rap_netprintjobenum(struct smbcli_tree *tree,
goto done;
}
result = NT_STATUS_OK;
for (i=0; i<r->out.count; i++) {
switch(r->in.level) {
case 0: