From e7141b5d5f7d3dd77b6fae353e789889eb1a4d4d Mon Sep 17 00:00:00 2001 From: Joey Schulze Date: Thu, 8 May 2008 19:43:09 +0000 Subject: [PATCH] Added missing changelog entry --- syslogd.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/syslogd.c b/syslogd.c index 9fcecb3..2ced37f 100644 --- a/syslogd.c +++ b/syslogd.c @@ -497,6 +497,10 @@ static char sccsid[] = "@(#)syslogd.c 5.27 (Berkeley) 10/10/88"; * * Fri Oct 26 17:21:15 CEST 2007: Thomas Jarosch * Move hostname setting code from main() into init(). + * + * Wed May 7 21:00:39 CEST 2007: Martin Schulze + * Make sure that the service name is only queried, when it is needed, + * i.e. when we are sending to or receiving from the network. */