svn commit: samba r3647 - in branches/tmp/ldbPlugins/lib/ldb/ldb_tdb: .

idra at samba.org idra at samba.org
Wed Nov 10 00:58:36 GMT 2004


Author: idra
Date: 2004-11-10 00:58:35 +0000 (Wed, 10 Nov 2004)
New Revision: 3647

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

Log:

Fix missed changes over ldb interface rework


Modified:
   branches/tmp/ldbPlugins/lib/ldb/ldb_tdb/ldb_index.c


Changeset:
Modified: branches/tmp/ldbPlugins/lib/ldb/ldb_tdb/ldb_index.c
===================================================================
--- branches/tmp/ldbPlugins/lib/ldb/ldb_tdb/ldb_index.c	2004-11-10 00:56:43 UTC (rev 3646)
+++ branches/tmp/ldbPlugins/lib/ldb/ldb_tdb/ldb_index.c	2004-11-10 00:58:35 UTC (rev 3647)
@@ -124,7 +124,7 @@
 	/*
 	  if the value is a wildcard then we can't do a match via indexing
 	*/
-	if (ltdb_has_wildcard(ldb, tree->u.simple.attr, &tree->u.simple.value)) {
+	if (ltdb_has_wildcard(module, tree->u.simple.attr, &tree->u.simple.value)) {
 		return -1;
 	}
 
@@ -526,7 +526,7 @@
 		}
 
 		if (ldb_message_match(module, &msg, tree, base, scope) == 1) {
-			ret = ltdb_add_attr_results(ldb, &msg, attrs, &count, res);
+			ret = ltdb_add_attr_results(module, &msg, attrs, &count, res);
 		}
 		ltdb_search_dn1_free(module, &msg);
 		if (ret != 0) {



More information about the samba-cvs mailing list