]> git.sur5r.net Git - openldap/commitdiff
ITS#2735 - plug memory leaks, cleanup
authorHoward Chu <hyc@openldap.org>
Tue, 23 Sep 2003 22:52:35 +0000 (22:52 +0000)
committerHoward Chu <hyc@openldap.org>
Tue, 23 Sep 2003 22:52:35 +0000 (22:52 +0000)
servers/slapd/globals.c
servers/slapd/proto-slap.h

index f21065908fd8a4e2ce1f934fdbf21a8ff3b15026..fdc4c823a2a86df9d5393169368e6c80f6ecfd0e 100644 (file)
@@ -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");
index 47803caa77330f5407f346b8c330700dbbc7f977..ca1ed0ef537eaadce9d908ce6fae58d9b5d3569b 100644 (file)
@@ -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 *));