1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-25 01:02:05 +03:00

Add missing variable, per Massimo.

This commit is contained in:
Tom Lane
1999-01-17 21:05:23 +00:00
parent 740c9da76d
commit f134a1a90a

View File

@ -190,6 +190,8 @@ eprintf(const char *fmt,...)
void
write_syslog(int level, char *line)
{
static int openlog_done = 0;
if (UseSyslog >= 1)
{
if (!openlog_done)