svn commit: samba r16022 - in branches/SAMBA_4_0/source/dsdb/samdb/ldb_modules: .

idra at samba.org idra at samba.org
Sat Jun 3 01:32:56 GMT 2006


Author: idra
Date: 2006-06-03 01:32:55 +0000 (Sat, 03 Jun 2006)
New Revision: 16022

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

Log:

ooops, a bit too aggressive commit :-)


Modified:
   branches/SAMBA_4_0/source/dsdb/samdb/ldb_modules/samldb.c


Changeset:
Modified: branches/SAMBA_4_0/source/dsdb/samdb/ldb_modules/samldb.c
===================================================================
--- branches/SAMBA_4_0/source/dsdb/samdb/ldb_modules/samldb.c	2006-06-03 00:54:33 UTC (rev 16021)
+++ branches/SAMBA_4_0/source/dsdb/samdb/ldb_modules/samldb.c	2006-06-03 01:32:55 UTC (rev 16022)
@@ -251,7 +251,7 @@
 	if (ret == -1) {
 		/* Bugger, there is a problem, and we don't know what it is until gendb_search improves */
 		return ret;
-	} else {
+	} else if (ret != 0) {
 		/* gah, there are conflicting sids.
 		 * This is a critical situation it means that someone messed up with
 		 * the DB and nextRid is not returning free RIDs, report an error



More information about the samba-cvs mailing list