r9048: added a new DOS error code (thanks to EMC)
authorAndrew Tridgell <tridge@samba.org>
Thu, 4 Aug 2005 04:24:37 +0000 (04:24 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:31:11 +0000 (13:31 -0500)
(This used to be commit 1936c20939a6e1311665b44a71a31ab231ba7b28)

source4/include/doserr.h
source4/libcli/util/nterr.c

index 4493aeadff98c9d363a58e379892bcf5e986b32b..cbf5a4a3658ce4bd089f92750ad276fa3028a20a 100644 (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 */
index b7e3bcabde1667b6be497698d1bef030d8c918ab..08cd844b3aef51f55947d7bd8354b72bc53f239d 100644 (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),