mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
r20192: I assume a 'break' is the correct thing to do here,
simo,tridge: please check this. found by the IBM checker metze
This commit is contained in:
parent
4c1e4bfeef
commit
5ac373c8b8
@ -565,6 +565,7 @@ int ldb_search_default_callback(struct ldb_context *ldb, void *context, struct l
|
|||||||
|
|
||||||
res->refs[n] = talloc_move(res->refs, &ares->referral);
|
res->refs[n] = talloc_move(res->refs, &ares->referral);
|
||||||
res->refs[n + 1] = NULL;
|
res->refs[n + 1] = NULL;
|
||||||
|
break;
|
||||||
case LDB_REPLY_EXTENDED:
|
case LDB_REPLY_EXTENDED:
|
||||||
case LDB_REPLY_DONE:
|
case LDB_REPLY_DONE:
|
||||||
/* TODO: we should really support controls on entries and referrals too! */
|
/* TODO: we should really support controls on entries and referrals too! */
|
||||||
|
Loading…
Reference in New Issue
Block a user