Author: mkhl
Date: 2006-08-05 17:17:38 +0000 (Sat, 05 Aug 2006)
New Revision: 17424

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

Log:
Fix typo in check for splittable parse trees.

Martin

Modified:
   branches/SOC/mkhl/ldb-map/modules/ldb_map.c


Changeset:
Modified: branches/SOC/mkhl/ldb-map/modules/ldb_map.c
===================================================================
--- branches/SOC/mkhl/ldb-map/modules/ldb_map.c 2006-08-05 17:16:10 UTC (rev 
17423)
+++ branches/SOC/mkhl/ldb-map/modules/ldb_map.c 2006-08-05 17:17:38 UTC (rev 
17424)
@@ -2284,7 +2284,7 @@
        }
 
        if (((local_tree == NULL) ^ (remote_tree == NULL)) &&
-           (ldb_parse_tree_check_splittable(req->op.search.tree))) {
+           (!ldb_parse_tree_check_splittable(req->op.search.tree))) {
                /* The query can't safely be split, enumerate the remote 
partition */
                local_tree = NULL;
                remote_tree = NULL;

Reply via email to