1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

s4:operational LDB module - enable support for passing referrals through it

This commit is contained in:
Matthias Dieter Wallnöfer 2010-02-21 11:55:48 +01:00
parent c16d4fb76d
commit 280a8a70fd

View File

@ -359,8 +359,7 @@ static int operational_callback(struct ldb_request *req, struct ldb_reply *ares)
return ldb_module_send_entry(ac->req, ares->message, ares->controls);
case LDB_REPLY_REFERRAL:
/* ignore referrals */
break;
return ldb_module_send_referral(ac->req, ares->referral);
case LDB_REPLY_DONE: