mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
ITS#2735 - plug memory leaks, cleanup
This commit is contained in:
parent
30f3b91ddc
commit
0b23dff298
@ -25,7 +25,3 @@ const struct berval slap_unknown_bv = BER_BVC("unknown");
|
||||
/* normalized boolean values */
|
||||
const struct berval slap_true_bv = BER_BVC("TRUE");
|
||||
const struct berval slap_false_bv = BER_BVC("FALSE");
|
||||
|
||||
/* ldapsync items */
|
||||
const struct berval slap_ldapsync_bv = BER_BVC("ldapsync");
|
||||
const struct berval slap_ldapsync_cn_bv = BER_BVC("cn=ldapsync");
|
||||
|
@ -358,7 +358,7 @@ LDAP_SLAPD_F (ContentRule *) cr_bvfind LDAP_P((
|
||||
* ctxcsn.c
|
||||
*/
|
||||
|
||||
LDAP_SLAPD_F (struct berval *) slap_get_commit_csn LDAP_P(( Operation * ));
|
||||
LDAP_SLAPD_F (void) slap_get_commit_csn LDAP_P(( Operation *, struct berval * ));
|
||||
LDAP_SLAPD_F (void) slap_rewind_commit_csn LDAP_P(( Operation * ));
|
||||
LDAP_SLAPD_F (void) slap_graduate_commit_csn LDAP_P(( Operation * ));
|
||||
LDAP_SLAPD_F (Entry *) slap_create_context_csn_entry LDAP_P(( Backend *, struct berval *));
|
||||
|
Loading…
Reference in New Issue
Block a user