]> git.sur5r.net Git - openldap/commitdiff
fix for Makefile change
authorJong Hyuk Choi <jongchoi@openldap.org>
Fri, 12 Sep 2003 21:06:29 +0000 (21:06 +0000)
committerJong Hyuk Choi <jongchoi@openldap.org>
Fri, 12 Sep 2003 21:06:29 +0000 (21:06 +0000)
servers/slapd/tools/mimic.c

index 15833f823313e02c61894374d911bc4afdfdaec1..1b300b479918eb9303bb7dbd7aac08cb484f48ce 100644 (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;
+}