X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=servers%2Fslapd%2Fsyslog.c;fp=servers%2Fslapd%2Fsyslog.c;h=20d16ec9e24e428ee634a9dc995c5f6c468dd982;hb=8f78c964177a6f9a67eb1189650ec0644fb631fa;hp=e65e93274a663cbe121fd3285d998c26fe0b7ad3;hpb=103ff9a7fcef41c87083889e2745396b98436740;p=openldap diff --git a/servers/slapd/syslog.c b/servers/slapd/syslog.c index e65e93274a..20d16ec9e2 100644 --- a/servers/slapd/syslog.c +++ b/servers/slapd/syslog.c @@ -156,6 +156,7 @@ sendlog(char *tbuf, int cnt) openlog(LogTag, LogStat, 0); connectlog(); +#if 1 /* * If the send() failed, there are two likely scenarios: * 1) syslogd was restarted @@ -175,6 +176,7 @@ sendlog(char *tbuf, int cnt) break; } while (errno == ENOBUFS); } +#endif } static void