]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/syslog.c
Rework Modify statslog too
[openldap] / servers / slapd / syslog.c
index e65e93274a663cbe121fd3285d998c26fe0b7ad3..20d16ec9e24e428ee634a9dc995c5f6c468dd982 100644 (file)
@@ -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