mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 02:59:34 -05:00
cleanup
This commit is contained in:
parent
c3039b66fe
commit
92988db5d3
1 changed files with 4 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue