diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-12-15 23:00:24 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:29:22 -0500 |
commit | 0e2ebecf18270c1650a61a3054a830d3009ef985 (patch) | |
tree | bb3c9a54633ae423ff4e974fb7d1b7048156b6eb /source4/lib/ldb/modules/asq.c | |
parent | 90d106de8a73d395689b39e3e2c6ada5cfd46f61 (diff) | |
download | samba-0e2ebecf18270c1650a61a3054a830d3009ef985.tar.gz samba-0e2ebecf18270c1650a61a3054a830d3009ef985.tar.bz2 samba-0e2ebecf18270c1650a61a3054a830d3009ef985.zip |
r20198: let the IBM checker ignore the warning about a missing break
statement...
metze
(This used to be commit 6b20123c10b8812759b0876990766adc207bc5b4)
Diffstat (limited to 'source4/lib/ldb/modules/asq.c')
-rw-r--r-- | source4/lib/ldb/modules/asq.c | 3 |
1 files changed, 2 insertions, 1 deletions
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) { |