diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-10-09 07:24:00 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:15:20 -0500 |
commit | ca79df9061d82c31969bf18af6ed0a43352659e3 (patch) | |
tree | aba9ef21ea5e4883702b3898d9c1653b78c4e872 | |
parent | cfed7a5a71aab48b1d5b758df318b991a95592a5 (diff) | |
download | samba-ca79df9061d82c31969bf18af6ed0a43352659e3.tar.gz samba-ca79df9061d82c31969bf18af6ed0a43352659e3.tar.bz2 samba-ca79df9061d82c31969bf18af6ed0a43352659e3.zip |
r19185: merge comment from samba4
metze
(This used to be commit 256b83820168d14df2b15a75d8681be5f418ddf8)
-rw-r--r-- | source3/lib/ldb/modules/asq.c | 4 |
1 files changed, 4 insertions, 0 deletions
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) { |