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…
x
Reference in New Issue
Block a user