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:
parent
81cbfaacb1
commit
838e2fe2f7
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user