From ca79df9061d82c31969bf18af6ed0a43352659e3 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 9 Oct 2006 07:24:00 +0000 Subject: r19185: merge comment from samba4 metze (This used to be commit 256b83820168d14df2b15a75d8681be5f418ddf8) --- source3/lib/ldb/modules/asq.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source3/lib/ldb/modules') diff --git a/source3/lib/ldb/modules/asq.c b/source3/lib/ldb/modules/asq.c index 229a6eacd9..354bbf2bc8 100644 --- a/source3/lib/ldb/modules/asq.c +++ b/source3/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) { -- cgit