mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
r9048: added a new DOS error code (thanks to EMC)
This commit is contained in:
parent
73ba1a8e38
commit
1936c20939
@ -72,6 +72,7 @@
|
||||
#define ERRpipeclosing 232 /* named pipe close in progress */
|
||||
#define ERRnotconnected 233 /* No process on other end of named pipe */
|
||||
#define ERRmoredata 234 /* More data to be returned */
|
||||
#define ERReainconsistent 255 /* from EMC */
|
||||
#define ERRnomoreitems 259
|
||||
#define ERRbaddirectory 267 /* Invalid directory name in a path. */
|
||||
#define ERReasnotsupported 282 /* Extended attributes */
|
||||
|
@ -614,6 +614,7 @@ static const nt_err_code_struct nt_errs[] =
|
||||
DOS_CODE(ERRDOS, ERRinvalidprintmonitor),
|
||||
DOS_CODE(ERRDOS, ERRprintmonitorinuse),
|
||||
DOS_CODE(ERRDOS, ERRprinterhasjobsqueued),
|
||||
DOS_CODE(ERRDOS, ERReainconsistent),
|
||||
|
||||
DOS_CODE(ERRSRV, ERRerror),
|
||||
DOS_CODE(ERRSRV, ERRbadpw),
|
||||
|
Loading…
Reference in New Issue
Block a user