summaryrefslogtreecommitdiff
path: root/source4/lib/ldb
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2006-10-06 13:47:52 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:20:37 -0500
commitf7005d48d22e8833897a4ebbad237996860a6cba (patch)
tree23cfcaec0b89e3830aed282f2fb121ecc2f5a40d /source4/lib/ldb
parent40b9cb2dd9fcb379b261c6e4d37f056dcd880ee6 (diff)
downloadsamba-f7005d48d22e8833897a4ebbad237996860a6cba.tar.gz
samba-f7005d48d22e8833897a4ebbad237996860a6cba.tar.bz2
samba-f7005d48d22e8833897a4ebbad237996860a6cba.zip
r19129: Add comment to clarify behavior
(This used to be commit 7180f38e9e436ca7a7c49f2d4b315ec5eb9c7631)
Diffstat (limited to 'source4/lib/ldb')
-rw-r--r--source4/lib/ldb/modules/asq.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/lib/ldb/modules/asq.c b/source4/lib/ldb/modules/asq.c
index 229a6eacd9..354bbf2bc8 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) {