diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-07-04 05:55:32 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:19:11 -0500 |
commit | 65ae28dfa714d1f4b1006093f65ec3f9d904ebb9 (patch) | |
tree | 7976f89ebd2f5e75a18bb700b326b925053d46dc /source4/libcli/util | |
parent | 95722ac13bfc7e4e3f4319b6151252a49208dd0a (diff) | |
download | samba-65ae28dfa714d1f4b1006093f65ec3f9d904ebb9.tar.gz samba-65ae28dfa714d1f4b1006093f65ec3f9d904ebb9.tar.xz samba-65ae28dfa714d1f4b1006093f65ec3f9d904ebb9.zip |
r8125: fixed an error code mapping based on the updated torture tests
(This used to be commit a3b8a00d7f67da5bc1187ce271a8df1601411dbc)
Diffstat (limited to 'source4/libcli/util')
-rw-r--r-- | source4/libcli/util/errormap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/libcli/util/errormap.c b/source4/libcli/util/errormap.c index 76400c98a38..808f5427c69 100644 --- a/source4/libcli/util/errormap.c +++ b/source4/libcli/util/errormap.c @@ -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}, |