r8125: fixed an error code mapping based on the updated torture tests
authorAndrew Tridgell <tridge@samba.org>
Mon, 4 Jul 2005 05:55:32 +0000 (05:55 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:19:11 +0000 (13:19 -0500)
(This used to be commit a3b8a00d7f67da5bc1187ce271a8df1601411dbc)

source4/libcli/util/errormap.c

index 76400c98a383cc91ce5686c96e2eec0e1c30700c..808f5427c69b51d7abb093cf54a18634fd231b50 100644 (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},