mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-04-12 15:10:31 +08:00
Declare ldap_syslog/ldap_syslog_level locally. (This removes the
compilation error but likely doesn't resolve sysloging issues).
This commit is contained in:
parent
eaa023cfa9
commit
5d9e32fa34
@ -47,6 +47,8 @@
|
||||
|
||||
int debug;
|
||||
int dosyslog;
|
||||
int ldap_syslog;
|
||||
int ldap_syslog_level;
|
||||
int inetd;
|
||||
int dtblsize;
|
||||
|
||||
|
@ -48,6 +48,8 @@
|
||||
#include "ldapconfig.h"
|
||||
|
||||
int debug;
|
||||
int ldap_syslog;
|
||||
int ldap_syslog_level;
|
||||
int dosyslog;
|
||||
int inetd;
|
||||
int dtblsize;
|
||||
|
Loading…
x
Reference in New Issue
Block a user