mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-14 08:13:10 -05:00
fix for Makefile change
This commit is contained in:
parent
aa8fd2f6b0
commit
b39039a141
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue