r19196: merge from samba3:
[ira/wip.git] / source4 / lib / ldb / common / ldb_match.c
index 64e52d285dfb26206b489ef1d38d31f77f874897..1fd12da7f3917c8b4172b1fdf055795c60874051 100644 (file)
@@ -149,7 +149,7 @@ static int ldb_match_equality(struct ldb_context *ldb,
        int ret;
 
        if (ldb_attr_dn(tree->u.equality.attr) == 0) {
-               valuedn = ldb_dn_explode_casefold(ldb, 
+               valuedn = ldb_dn_explode_casefold(ldb, ldb,
                                                  (char *)tree->u.equality.value.data);
                if (valuedn == NULL) {
                        return 0;