]> git.sur5r.net Git - openldap/commitdiff
cleanup
authorJong Hyuk Choi <jongchoi@openldap.org>
Thu, 12 Jun 2003 15:11:08 +0000 (15:11 +0000)
committerJong Hyuk Choi <jongchoi@openldap.org>
Thu, 12 Jun 2003 15:11:08 +0000 (15:11 +0000)
servers/slapd/syncrepl.c

index 8e2c6ce998f2ecd698bb42e097e1f9e6c1e5f8f0..6ddc6d1c58ac616af90a4e91b77a7e49b18a0c74 100644 (file)
@@ -37,7 +37,7 @@
 
 #include "ldap_rq.h"
 
-static int
+static void
 syncrepl_del_nonpresent( syncinfo_t *, LDAP *, Operation * );
 
 static void
@@ -1041,7 +1041,7 @@ syncrepl_entry(
        }
 }
 
-static int
+static void
 syncrepl_del_nonpresent(
        syncinfo_t *si,
        LDAP *ld,
@@ -1105,6 +1105,8 @@ syncrepl_del_nonpresent(
                ch_free( op->o_req_ndn.bv_val );
        filter_free( op->ors_filter );
        ch_free( op->ors_filterstr.bv_val );
+
+       return;
 }