mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
lib: Map EINPROGRESS->NT_STATUS_MORE_PROCESSING_REQUIRED
Bug: https://bugzilla.samba.org/show_bug.cgi?id=14285 Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
7bbba73b30
commit
4a943d842a
@ -118,6 +118,7 @@ static const struct {
|
||||
#ifdef EOVERFLOW
|
||||
{ EOVERFLOW, NT_STATUS_ALLOTTED_SPACE_EXCEEDED },
|
||||
#endif
|
||||
{ EINPROGRESS, NT_STATUS_MORE_PROCESSING_REQUIRED },
|
||||
};
|
||||
|
||||
/*********************************************************************
|
||||
|
Loading…
Reference in New Issue
Block a user