From 0e2ebecf18270c1650a61a3054a830d3009ef985 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 15 Dec 2006 23:00:24 +0000 Subject: r20198: let the IBM checker ignore the warning about a missing break statement... metze (This used to be commit 6b20123c10b8812759b0876990766adc207bc5b4) --- source4/lib/ldb/modules/asq.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source4/lib/ldb') diff --git a/source4/lib/ldb/modules/asq.c b/source4/lib/ldb/modules/asq.c index e95135145e..f361b801ea 100644 --- a/source4/lib/ldb/modules/asq.c +++ b/source4/lib/ldb/modules/asq.c @@ -387,7 +387,8 @@ static int asq_wait_none(struct ldb_handle *handle) /* no break nor return, * the set of requests is performed in ASQ_SEARCH_MULTI */ - + /* fall through */ + case ASQ_SEARCH_MULTI: if (ac->reqs[ac->cur_req]->handle == NULL) { -- cgit