diff options
-rw-r--r-- | source4/lib/ldb/tools/ldbsearch.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/lib/ldb/tools/ldbsearch.c b/source4/lib/ldb/tools/ldbsearch.c index e3b3a9e6de..08a8b7f179 100644 --- a/source4/lib/ldb/tools/ldbsearch.c +++ b/source4/lib/ldb/tools/ldbsearch.c @@ -87,8 +87,7 @@ static int do_search(struct ldb_context *ldb, if (ret != LDB_SUCCESS) { printf("search failed - %s\n", ldb_errstring(ldb)); if (req.op.search.res && req.op.search.res->controls) { - - /* TODO: handle_control */ + handle_controls_reply(req.op.search.res->controls, req.controls); } return -1; } |