svn commit: samba r15388 - in branches/SAMBA_4_0/source/lib/ldb/common: .

tpot at samba.org tpot at samba.org
Tue May 2 02:36:12 GMT 2006


Author: tpot
Date: 2006-05-02 02:36:11 +0000 (Tue, 02 May 2006)
New Revision: 15388

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

Log:
Fix cut&paste typo.

Modified:
   branches/SAMBA_4_0/source/lib/ldb/common/ldb.c


Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/common/ldb.c
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/common/ldb.c	2006-05-01 23:03:32 UTC (rev 15387)
+++ branches/SAMBA_4_0/source/lib/ldb/common/ldb.c	2006-05-02 02:36:11 UTC (rev 15388)
@@ -533,7 +533,7 @@
 		return "Alias problem";
 	case LDB_ERR_INVALID_DN_SYNTAX:
 		return "Invalid DN syntax";
-/* 53 RESERVED */
+/* 35 RESERVED */
 	case LDB_ERR_ALIAS_DEREFERENCING_PROBLEM:
 		return "Alias dereferencing problem";
 /* 37-47 unused */



More information about the samba-cvs mailing list