1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

Fix to stop Windows 95 spinning on print queue requests when it

gets an error message it doesn't understand.
Jeremy.
This commit is contained in:
Jeremy Allison 0001-01-01 00:00:00 +00:00
parent 81cbfaacb1
commit 838e2fe2f7

View File

@ -456,7 +456,7 @@ va_dcl
p->usedlen += needed;
}
else {
if (p->errcode == NERR_Success) p->errcode = NERR_BufTooSmall;
if (p->errcode == NERR_Success) p->errcode = ERROR_MORE_DATA;
}
return 1;
}