]> git.sur5r.net Git - openldap/commitdiff
import fix to ITS#3387
authorPierangelo Masarati <ando@openldap.org>
Wed, 17 Nov 2004 22:53:54 +0000 (22:53 +0000)
committerPierangelo Masarati <ando@openldap.org>
Wed, 17 Nov 2004 22:53:54 +0000 (22:53 +0000)
CHANGES
servers/slapd/back-ldap/init.c
servers/slapd/back-meta/init.c

diff --git a/CHANGES b/CHANGES
index 6b47d4d6c3287ffaf52f963cafcbbea033024fc8..0b45b5015211287d982bb482a944bf519a33b9e7 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,7 @@ OpenLDAP 2.2 Change Log
 OpenLDAP 2.2.19 Engineering
        Fixed slapd check for mandatory filter in authz-regexp URI (ITS#3396)
        Fixed back-ldap malformed URI check for multiple URIs (ITS#3399)
+       Fixed back-ldap/back-meta static definition of be_open() (ITS#3387)
        Build Environment
                Updated BDB mismatch messages
 
index 8217cc76d384b4d97abc48e8f8533c29c5698857..11d9baab3981a6f44a28b6b64c6f506fbbe68305 100644 (file)
@@ -46,7 +46,7 @@ int init_module(int argc, char *argv[]) {
 
 #endif /* SLAPD_LDAP */
 
-static int
+int
 ldap_back_open(
        BackendInfo *bi
 )
index 3b3decd93fbd2a3762e9075ece47e0e9cc897795..23e12fe289ece6b852de4da33db6c274b908529c 100644 (file)
@@ -42,7 +42,7 @@ init_module( int argc, char *argv[] ) {
 
 #endif /* SLAPD_META */
 
-static int
+int
 meta_back_open(
        BackendInfo *bi
 )