diff options
author | Jeremy Allison <jra@samba.org> | 2005-07-06 03:13:17 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:19:17 -0500 |
commit | 3de3d6a02dfb790af21f6c848a202064922ea780 (patch) | |
tree | 03537d72701e60a1ac4c820cbad8e9063e5392d8 /source4/libcli | |
parent | 372f3fae88799ce321342dd976a317a8afc375e2 (diff) | |
download | samba-3de3d6a02dfb790af21f6c848a202064922ea780.tar.gz samba-3de3d6a02dfb790af21f6c848a202064922ea780.tar.bz2 samba-3de3d6a02dfb790af21f6c848a202064922ea780.zip |
r8174: Check DOS error codes in torture chkpath test.
Jeremy.
(This used to be commit ff58ecad044dc7a3cdb4c010ea5cc1ea5e2e4b3b)
Diffstat (limited to 'source4/libcli')
-rw-r--r-- | source4/libcli/util/nterr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/libcli/util/nterr.c b/source4/libcli/util/nterr.c index 65de6a72b4..b7e3bcabde 100644 --- a/source4/libcli/util/nterr.c +++ b/source4/libcli/util/nterr.c @@ -575,6 +575,7 @@ static const nt_err_code_struct nt_errs[] = DOS_CODE(ERRDOS, ERRinvalidname), DOS_CODE(ERRDOS, ERRunknownlevel), DOS_CODE(ERRDOS, ERRnotlocked), + DOS_CODE(ERRDOS, ERRinvalidpath), DOS_CODE(ERRDOS, ERRcancelviolation), DOS_CODE(ERRDOS, ERRnoatomiclocks), DOS_CODE(ERRDOS, ERRrename), |