svn commit: samba r11063 - in branches/SAMBA_3_0/source/include: .

jerry at samba.org jerry at samba.org
Fri Oct 14 17:32:38 GMT 2005


Author: jerry
Date: 2005-10-14 17:32:37 +0000 (Fri, 14 Oct 2005)
New Revision: 11063

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

Log:
merging missing error code for event logs
Modified:
   branches/SAMBA_3_0/source/include/doserr.h


Changeset:
Modified: branches/SAMBA_3_0/source/include/doserr.h
===================================================================
--- branches/SAMBA_3_0/source/include/doserr.h	2005-10-14 16:41:18 UTC (rev 11062)
+++ branches/SAMBA_3_0/source/include/doserr.h	2005-10-14 17:32:37 UTC (rev 11063)
@@ -198,6 +198,7 @@
 #define WERR_INVALID_SERVICE_CONTROL W_ERROR(1052)
 #define WERR_MACHINE_LOCKED W_ERROR(1271)
 #define WERR_INVALID_SECURITY_DESCRIPTOR W_ERROR(1338)
+#define WERR_EVENTLOG_FILE_CORRUPT W_ERROR(1500)
 #define WERR_SERVER_UNAVAILABLE W_ERROR(1722)
 #define WERR_INVALID_FORM_NAME W_ERROR(1902)
 #define WERR_INVALID_FORM_SIZE W_ERROR(1903)



More information about the samba-cvs mailing list