mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
r4066: add a mapping for NT_STATUS_NO_MORE_ENTRIES
(This used to be commit 335b1c6a52
)
This commit is contained in:
parent
41999d67c1
commit
14c65343b0
@ -51,6 +51,7 @@ static const struct {
|
||||
NTSTATUS ntstatus;
|
||||
} ntstatus_to_dos_map[] = {
|
||||
{ERRDOS, ERRnofiles, STATUS_NO_MORE_FILES},
|
||||
{ERRDOS, ERRnofiles, NT_STATUS_NO_MORE_ENTRIES},
|
||||
{ERRDOS, ERRgeneral, NT_STATUS_UNSUCCESSFUL},
|
||||
{ERRDOS, ERRbadfunc, NT_STATUS_NOT_IMPLEMENTED},
|
||||
{ERRDOS, 87, NT_STATUS_INVALID_INFO_CLASS},
|
||||
|
Loading…
Reference in New Issue
Block a user