r15944: rename LDB_ASYNC_ADD -> LDB_ADD, LDB_ASYNC_MODIFY -> LDB_MODIFY, etc...
[abartlet/samba.git/.git] / source4 / lib / ldb / tools / ldbsearch.c
index 3378ade244cd9af50eee05466559603e69421cf2..854360b72318ea8a6b29029b098fd4bf1c3880d6 100644 (file)
@@ -217,7 +217,7 @@ static int do_search(struct ldb_context *ldb,
        actx->entries = 0;
        actx->refs = 0;
 
-       req->operation = LDB_ASYNC_SEARCH;
+       req->operation = LDB_SEARCH;
        req->op.search.base = basedn;
        req->op.search.scope = options->scope;
        req->op.search.tree = ldb_parse_tree(ldb, expression);