mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
reworked slapd_mods_free into mimic to avoid extra obj linking into tools
This commit is contained in:
parent
5fdba27288
commit
e864abf685
@ -47,7 +47,7 @@ SLAPD_OBJS = ../config.o ../ch_malloc.o ../backend.o ../charray.o \
|
||||
../acl.o ../phonetic.o ../attr.o ../value.o ../entry.o \
|
||||
../dn.o ../filter.o ../str2filter.o ../ava.o ../init.o \
|
||||
../controls.o ../kerberos.o ../passwd.o ../index.o \
|
||||
../extended.o ../starttls.o ../sets.o ../mra.o ../mods.o
|
||||
../extended.o ../starttls.o ../sets.o ../mra.o
|
||||
|
||||
SLAPOBJS = $(SLAPD_OBJS) slapcommon.o mimic.o
|
||||
|
||||
|
@ -191,3 +191,8 @@ void replog( Backend *be, Operation *op, char *dn, void *change)
|
||||
assert(0);
|
||||
}
|
||||
|
||||
void slap_mods_free( Modifications *ml )
|
||||
{
|
||||
assert(0);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user