From: Simo Sorce Date: Fri, 6 Oct 2006 13:47:52 +0000 (+0000) Subject: r19129: Add comment to clarify behavior X-Git-Tag: samba-4.0.0alpha6~801^3~4569 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7005d48d22e8833897a4ebbad237996860a6cba;p=thirdparty%2Fsamba.git r19129: Add comment to clarify behavior (This used to be commit 7180f38e9e436ca7a7c49f2d4b315ec5eb9c7631) --- diff --git a/source4/lib/ldb/modules/asq.c b/source4/lib/ldb/modules/asq.c index 229a6eacd94..354bbf2bc87 100644 --- a/source4/lib/ldb/modules/asq.c +++ b/source4/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) {