svn commit: samba r9639 - in branches/SOC/SAMBA_4_0: . source/include source/libcli/util

metze at samba.org metze at samba.org
Fri Aug 26 08:42:51 GMT 2005


Author: metze
Date: 2005-08-26 08:42:50 +0000 (Fri, 26 Aug 2005)
New Revision: 9639

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

Log:
 r11395 at SERNOX (orig r9638):  metze | 2005-08-26 10:42:29 +0200
 add error code that you get when you call DsGetNCChanges() with a tmp_highest_usn which is
 higher than the real highest of the source dsa
 
 metze

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


Changeset:

Property changes on: branches/SOC/SAMBA_4_0
___________________________________________________________________
Name: svk:merge
   - 0c0555d6-39d7-0310-84fc-f1cc0bd64818:/branches/SAMBA_4_0:9635
d349723c-e9fc-0310-b8a8-fdedf1c27407:/local/SAMBA_4_0:5616
d349723c-e9fc-0310-b8a8-fdedf1c27407:/local/samba-SAMBA_4_0:5609
   + 0c0555d6-39d7-0310-84fc-f1cc0bd64818:/branches/SAMBA_4_0:9638
d349723c-e9fc-0310-b8a8-fdedf1c27407:/local/SAMBA_4_0:5616
d349723c-e9fc-0310-b8a8-fdedf1c27407:/local/samba-SAMBA_4_0:5609

Modified: branches/SOC/SAMBA_4_0/source/include/doserr.h
===================================================================
--- branches/SOC/SAMBA_4_0/source/include/doserr.h	2005-08-26 08:42:29 UTC (rev 9638)
+++ branches/SOC/SAMBA_4_0/source/include/doserr.h	2005-08-26 08:42:50 UTC (rev 9639)
@@ -252,6 +252,7 @@
 #define WERR_DS_DRA_INVALID_PARAMETER W_ERROR(0x000020f5)
 #define WERR_DS_DRA_BAD_DN W_ERROR(0x000020f7)
 #define WERR_DS_DRA_BAD_NC W_ERROR(0x000020f8)
+#define WERR_DS_DRA_INTERNAL_ERROR W_ERROR(0x000020fa)
 #define WERR_DS_SINGLE_VALUE_CONSTRAINT W_ERROR(0x00002081)
 #define WERR_DS_DRA_DB_ERROR W_ERROR(0x00002103)
 #define WERR_DS_DRA_NO_REPLICA W_ERROR(0x00002104)

Modified: branches/SOC/SAMBA_4_0/source/libcli/util/doserr.c
===================================================================
--- branches/SOC/SAMBA_4_0/source/libcli/util/doserr.c	2005-08-26 08:42:29 UTC (rev 9638)
+++ branches/SOC/SAMBA_4_0/source/libcli/util/doserr.c	2005-08-26 08:42:50 UTC (rev 9639)
@@ -81,6 +81,7 @@
 	{ "WERR_DS_DRA_INVALID_PARAMETER", WERR_DS_DRA_INVALID_PARAMETER },
 	{ "WERR_DS_DRA_BAD_DN", WERR_DS_DRA_BAD_DN },
 	{ "WERR_DS_DRA_BAD_NC", WERR_DS_DRA_BAD_NC },
+	{ "WERR_DS_DRA_INTERNAL_ERROR", WERR_DS_DRA_INTERNAL_ERROR },
 	{ "WERR_DS_SINGLE_VALUE_CONSTRAINT", WERR_DS_SINGLE_VALUE_CONSTRAINT },
 	{ "WERR_DS_DRA_DB_ERROR", WERR_DS_DRA_DB_ERROR },
 	{ "WERR_DS_DRA_NO_REPLICA", WERR_DS_DRA_NO_REPLICA },



More information about the samba-cvs mailing list