]> git.sur5r.net Git - openldap/commitdiff
ITS#527: slapd_shutdown is static, remove extern in header
authorKurt Zeilenga <kurt@openldap.org>
Tue, 9 May 2000 17:14:28 +0000 (17:14 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Tue, 9 May 2000 17:14:28 +0000 (17:14 +0000)
CHANGES
servers/slapd/proto-slap.h

diff --git a/CHANGES b/CHANGES
index 94595d06ab0dd4cbe61f2c82b709ab89a13a6012..974c7762d826bc5912e2511422eaa8e404fedb42 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -8,6 +8,7 @@ Changes included in OpenLDAP 1.2.11 Release Engineering
                non-zero number of items to process with only one replica.
        Fixed strdup use in libldap/request.c
        Fixed NULL prefix bug in libldap/ufn.c
+       Fixed slapd_shutdown extern reference bug (ITS#527)
        Build Environment
                Changed LDBM directory to $localstatedir/openldap-ldbm
 
index f0f671b1b43d7eb8880024db6588cb9a1e4ce2ee..988ca20e585f82a60e4a99f9c0925b349280993a 100644 (file)
@@ -249,7 +249,6 @@ extern int          global_schemacheck;
 extern int             lber_debug;
 extern int             ldap_syslog;
 extern int             num_conns;
-extern int             slapd_shutdown;
 extern long            num_bytes_sent;
 extern long            num_entries_sent;
 extern long            ops_completed;