Skip to content
Snippets Groups Projects
Commit f5b046ae authored by Howard Chu's avatar Howard Chu Committed by Quanah Gibson-Mount
Browse files

Drop referral.c

parent 75e3cac8
No related branches found
No related tags found
No related merge requests found
......@@ -15,14 +15,14 @@
SRCS = init.c tools.c config.c \
add.c bind.c compare.c delete.c modify.c modrdn.c search.c \
extended.c referral.c operational.c \
extended.c operational.c \
attr.c index.c key.c filterindex.c \
dn2entry.c dn2id.c id2entry.c idl.c \
nextid.c monitor.c
OBJS = init.lo tools.lo config.lo \
add.lo bind.lo compare.lo delete.lo modify.lo modrdn.lo search.lo \
extended.lo referral.lo operational.lo \
extended.lo operational.lo \
attr.lo index.lo key.lo filterindex.lo \
dn2entry.lo dn2id.lo id2entry.lo idl.lo \
nextid.lo monitor.lo mdb.lo midl.lo
......
......@@ -411,9 +411,7 @@ mdb_back_initialize(
bi->bi_extended = mdb_extended;
#if 0 /* FIXME: Redundant, why does this exist? */
bi->bi_chk_referrals = mdb_referrals;
#endif
bi->bi_chk_referrals = 0;
bi->bi_operational = mdb_operational;
bi->bi_has_subordinates = mdb_hasSubordinates;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment