Commit f134a1a9 authored by Tom Lane's avatar Tom Lane

Add missing variable, per Massimo.

parent 740c9da7
...@@ -190,6 +190,8 @@ eprintf(const char *fmt,...) ...@@ -190,6 +190,8 @@ eprintf(const char *fmt,...)
void void
write_syslog(int level, char *line) write_syslog(int level, char *line)
{ {
static int openlog_done = 0;
if (UseSyslog >= 1) if (UseSyslog >= 1)
{ {
if (!openlog_done) if (!openlog_done)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment