mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
r4065: fixed ntstatus->dos error code for NT_STATUS_NO_SUCH_FILE
This commit is contained in:
parent
4b3f552cb3
commit
19efd83b86
@ -65,7 +65,7 @@ static const struct {
|
||||
{ERRHRD, ERRgeneral, NT_STATUS_TIMER_NOT_CANCELED},
|
||||
{ERRDOS, 87, NT_STATUS_INVALID_PARAMETER},
|
||||
{ERRDOS, ERRbadfile, NT_STATUS_NO_SUCH_DEVICE},
|
||||
{ERRDOS, ERRbadfile, NT_STATUS_NO_SUCH_FILE},
|
||||
{ERRDOS, ERRnofiles, NT_STATUS_NO_SUCH_FILE},
|
||||
{ERRDOS, ERRbadfunc, NT_STATUS_INVALID_DEVICE_REQUEST},
|
||||
{ERRDOS, 38, NT_STATUS_END_OF_FILE},
|
||||
{ERRDOS, 34, NT_STATUS_WRONG_VOLUME},
|
||||
|
Loading…
Reference in New Issue
Block a user