diff options
Diffstat (limited to 'tools/syslogd.c')
-rw-r--r-- | tools/syslogd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/syslogd.c b/tools/syslogd.c index 9e4b92fe..5e9d070d 100644 --- a/tools/syslogd.c +++ b/tools/syslogd.c @@ -2195,6 +2195,7 @@ static rsRetVal mainThread() if(myPid != ppid) kill(ppid, SIGTERM); + glbl.GenerateLocalHostNameProperty(); /* regenerate, FQDN setting may have changed */ /* If instructed to do so, we now drop privileges. Note that this is not 100% secure, * because outputs are already running at this time. However, we can implement |