1
0
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:
Andrew Tridgell 2005-08-04 04:24:37 +00:00 committed by Gerald (Jerry) Carter
parent 73ba1a8e38
commit 1936c20939
2 changed files with 2 additions and 0 deletions

View File

@ -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 */

View File

@ -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),