From 837a1d93148242a3b85ca50843c6141b0ce6a062 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 26 Dec 2007 18:08:23 +0000 Subject: removed gloable variable AcceptRemote and external def of bFinished --- syslogd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'syslogd.c') diff --git a/syslogd.c b/syslogd.c index 219bd9c5..77e430cf 100644 --- a/syslogd.c +++ b/syslogd.c @@ -326,7 +326,7 @@ static int bGlblDone = 0; static int bParseHOSTNAMEandTAG = 1; /* global config var: should the hostname and tag be * parsed inside message - rgerhards, 2006-03-13 */ -int bFinished = 0; /* used by termination signal handler, read-only except there +static int bFinished = 0; /* used by termination signal handler, read-only except there * is either 0 or the number of the signal that requested the * termination. */ -- cgit v1.2.3