mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 18:18:06 -05:00
ITS#527: slapd_shutdown is static, remove extern in header
This commit is contained in:
parent
a99a9e0a65
commit
35504eb7da
2 changed files with 1 additions and 1 deletions
1
CHANGES
1
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
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue