fix for Makefile change

This commit is contained in:
Jong Hyuk Choi 2003-09-12 21:06:29 +00:00
parent aa8fd2f6b0
commit b39039a141

View file

@ -248,3 +248,8 @@ void syncrepl_add_glue( syncinfo_t *si, LDAP *ld, Operation *op, Entry *e,
{
return;
}
int slap_entry2mods( Entry *e, Modifications **mods, const char **text )
{
return -1;
}