mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-05 14:42:10 -05: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
2 changed files with 4 additions and 0 deletions
|
|
@ -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…
Reference in a new issue