1
0
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:
Stefan Metzmacher 2006-12-15 22:37:06 +00:00 committed by Gerald (Jerry) Carter
parent 4c1e4bfeef
commit 5ac373c8b8

View File

@ -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! */