1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-18 00:23:50 +03:00

r8125: fixed an error code mapping based on the updated torture tests

This commit is contained in:
Andrew Tridgell
2005-07-04 05:55:32 +00:00
committed by Gerald (Jerry) Carter
parent 93c2d93ed8
commit a3b8a00d7f

View File

@@ -66,7 +66,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, ERRnofiles, NT_STATUS_NO_SUCH_FILE},
{ERRDOS, ERRbadfile, 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},