]> git.sur5r.net Git - openldap/commitdiff
Declare ldap_syslog/ldap_syslog_level locally. (This removes the
authorKurt Zeilenga <kurt@openldap.org>
Sat, 10 Apr 1999 18:37:38 +0000 (18:37 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sat, 10 Apr 1999 18:37:38 +0000 (18:37 +0000)
compilation error but likely doesn't resolve sysloging issues).

clients/gopher/go500.c
clients/gopher/go500gw.c

index 5eca20ad11df9f6e725c8fa2ffce3a3e4068e02a..54fff23d9239d2fbcacc037549ea4ffdea436e2e 100644 (file)
@@ -47,6 +47,8 @@
 
 int    debug;
 int    dosyslog;
+int ldap_syslog;
+int ldap_syslog_level;
 int    inetd;
 int    dtblsize;
 
index e03bd4b4f821fd3559ecbc940e44857197d31e8e..09c6df2a4913fd3f45e93bf130f6f8c65f2e9cd3 100644 (file)
@@ -48,6 +48,8 @@
 #include "ldapconfig.h"
 
 int    debug;
+int ldap_syslog;
+int ldap_syslog_level;
 int    dosyslog;
 int    inetd;
 int    dtblsize;