From 256b83820168d14df2b15a75d8681be5f418ddf8 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 9 Oct 2006 07:24:00 +0000 Subject: [PATCH] r19185: merge comment from samba4 metze --- source/lib/ldb/modules/asq.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/lib/ldb/modules/asq.c b/source/lib/ldb/modules/asq.c index 229a6eacd94..354bbf2bc87 100644 --- a/source/lib/ldb/modules/asq.c +++ b/source/lib/ldb/modules/asq.c @@ -370,6 +370,10 @@ static int asq_wait_none(struct ldb_handle *handle) ret = asq_requests(handle); + /* no break nor return, + * the set of requests is performed in ASQ_SEARCH_MULTI + */ + case ASQ_SEARCH_MULTI: if (ac->reqs[ac->cur_req]->handle == NULL) {