Return per-entry controls in ldb_module_send_entry()
[abartlet/samba.git/.git] / source4 / lib / ldb / ldb_tdb / ldb_search.c
index 6ab06c4e486813b20b8ea9f95d29f9217c98fa81..35149c4b77f3e4612d8884ac64bc37aa00330d62 100644 (file)
@@ -418,7 +418,7 @@ static int search_func(struct tdb_context *tdb, TDB_DATA key, TDB_DATA data, voi
                return -1;
        }
 
-       ret = ldb_module_send_entry(ac->req, msg);
+       ret = ldb_module_send_entry(ac->req, msg, NULL);
        if (ret != LDB_SUCCESS) {
                ac->callback_failed = true;
                /* the callback failed, abort the operation */