Author: tridge
Date: 2005-08-04 04:24:37 +0000 (Thu, 04 Aug 2005)
New Revision: 9048

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=9048

Log:
added a new DOS error code (thanks to EMC)

Modified:
   branches/SAMBA_4_0/source/include/doserr.h
   branches/SAMBA_4_0/source/libcli/util/nterr.c


Changeset:
Modified: branches/SAMBA_4_0/source/include/doserr.h
===================================================================
--- branches/SAMBA_4_0/source/include/doserr.h  2005-08-04 04:23:40 UTC (rev 
9047)
+++ branches/SAMBA_4_0/source/include/doserr.h  2005-08-04 04:24:37 UTC (rev 
9048)
@@ -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 */

Modified: branches/SAMBA_4_0/source/libcli/util/nterr.c
===================================================================
--- branches/SAMBA_4_0/source/libcli/util/nterr.c       2005-08-04 04:23:40 UTC 
(rev 9047)
+++ branches/SAMBA_4_0/source/libcli/util/nterr.c       2005-08-04 04:24:37 UTC 
(rev 9048)
@@ -614,6 +614,7 @@
        DOS_CODE(ERRDOS, ERRinvalidprintmonitor),
        DOS_CODE(ERRDOS, ERRprintmonitorinuse),
        DOS_CODE(ERRDOS, ERRprinterhasjobsqueued),
+       DOS_CODE(ERRDOS, ERReainconsistent),
 
        DOS_CODE(ERRSRV, ERRerror),
        DOS_CODE(ERRSRV, ERRbadpw),

Reply via email to