From 5d9e32fa346e1268fdaad6a12a9f9a632d647472 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Sat, 10 Apr 1999 18:37:38 +0000 Subject: [PATCH] Declare ldap_syslog/ldap_syslog_level locally. (This removes the compilation error but likely doesn't resolve sysloging issues). --- clients/gopher/go500.c | 2 ++ clients/gopher/go500gw.c | 2 ++ 2 files changed, 4 insertions(+) diff --git a/clients/gopher/go500.c b/clients/gopher/go500.c index 5eca20ad11..54fff23d92 100644 --- a/clients/gopher/go500.c +++ b/clients/gopher/go500.c @@ -47,6 +47,8 @@ int debug; int dosyslog; +int ldap_syslog; +int ldap_syslog_level; int inetd; int dtblsize; diff --git a/clients/gopher/go500gw.c b/clients/gopher/go500gw.c index e03bd4b4f8..09c6df2a49 100644 --- a/clients/gopher/go500gw.c +++ b/clients/gopher/go500gw.c @@ -48,6 +48,8 @@ #include "ldapconfig.h" int debug; +int ldap_syslog; +int ldap_syslog_level; int dosyslog; int inetd; int dtblsize; -- 2.39.5