mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-17 19:30:00 +08:00
Add missing variable, per Massimo.
This commit is contained in:
parent
740c9da76d
commit
f134a1a90a
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user