Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f134a1a

Browse files
committed
Add missing variable, per Massimo.
1 parent 740c9da commit f134a1a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/backend/utils/misc/trace.c

+2
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,8 @@ eprintf(const char *fmt,...)
190190
void
191191
write_syslog(int level, char *line)
192192
{
193+
static int openlog_done = 0;
194+
193195
if (UseSyslog >= 1)
194196
{
195197
if (!openlog_done)

0 commit comments

Comments
 (0)