diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-07-04 05:01:22 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:19:10 -0500 |
commit | 934831686c2bde9bdd9fbb050ac10341b32c83fa (patch) | |
tree | 538422a9961d44ea0b1ab1f634ec1c0c05d4eee3 /source4/libcli | |
parent | 319f19eb906c4bb542d96c9e5ceb4bc495e4e9f8 (diff) | |
download | samba-934831686c2bde9bdd9fbb050ac10341b32c83fa.tar.gz samba-934831686c2bde9bdd9fbb050ac10341b32c83fa.tar.xz samba-934831686c2bde9bdd9fbb050ac10341b32c83fa.zip |
r8115: added support for 2 more dos error codes found during testing
(This used to be commit 97cb70571377e3b4e5eb0b7ca516e4af349fdfea)
Diffstat (limited to 'source4/libcli')
-rw-r--r-- | source4/libcli/util/nterr.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/libcli/util/nterr.c b/source4/libcli/util/nterr.c index 9bef2cf35c..65de6a72b4 100644 --- a/source4/libcli/util/nterr.c +++ b/source4/libcli/util/nterr.c @@ -575,6 +575,8 @@ static const nt_err_code_struct nt_errs[] = DOS_CODE(ERRDOS, ERRinvalidname), DOS_CODE(ERRDOS, ERRunknownlevel), DOS_CODE(ERRDOS, ERRnotlocked), + DOS_CODE(ERRDOS, ERRcancelviolation), + DOS_CODE(ERRDOS, ERRnoatomiclocks), DOS_CODE(ERRDOS, ERRrename), DOS_CODE(ERRDOS, ERRbadpipe), DOS_CODE(ERRDOS, ERRpipebusy), |