mirror of
https://github.com/samba-team/samba.git
synced 2025-03-20 22:50:26 +03:00
r8115: added support for 2 more dos error codes found during testing
(This used to be commit 97cb70571377e3b4e5eb0b7ca516e4af349fdfea)
This commit is contained in:
parent
319f19eb90
commit
934831686c
@ -63,6 +63,8 @@
|
||||
#define ERRinvalidname 123 /* Invalid name */
|
||||
#define ERRunknownlevel 124
|
||||
#define ERRnotlocked 158 /* This region is not locked by this locking context. */
|
||||
#define ERRcancelviolation 173
|
||||
#define ERRnoatomiclocks 174
|
||||
#define ERRrename 183
|
||||
#define ERRbadpipe 230 /* Named pipe invalid */
|
||||
#define ERRpipebusy 231 /* All instances of pipe are busy */
|
||||
|
@ -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),
|
||||
|
Loading…
x
Reference in New Issue
Block a user