From dec9bcfe2a869b0f70b5f2a18e08a0322ebf5517 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Tue, 12 Jun 2012 13:58:13 +0200 Subject: bugfix "$PreserveFQDN on" was not honored in some modules Thanks to bodik for reporting this bug. --------------------------------------------- --- tools/syslogd.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/syslogd.c') diff --git a/tools/syslogd.c b/tools/syslogd.c index 0988d462..cbbb66bc 100644 --- a/tools/syslogd.c +++ b/tools/syslogd.c @@ -2200,6 +2200,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 -- cgit