1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

r20198: let the IBM checker ignore the warning about a missing break

statement...

metze
This commit is contained in:
Stefan Metzmacher 2006-12-15 23:00:24 +00:00 committed by Gerald (Jerry) Carter
parent 9d06a4b6e2
commit 6b20123c10

View File

@ -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) {