Skip to content
Snippets Groups Projects
Commit f134a1a9 authored by Tom Lane's avatar Tom Lane
Browse files

Add missing variable, per Massimo.

parent 740c9da7
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment