summaryrefslogtreecommitdiffstats
path: root/syslogd.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-12-26 18:08:23 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-12-26 18:08:23 +0000
commit837a1d93148242a3b85ca50843c6141b0ce6a062 (patch)
tree84e7317c6cf9f774f89d34673128010f4ac70dd0 /syslogd.c
parentb38049e29cbf1aa56428c0ed7e68f49f2aef810b (diff)
downloadrsyslog-837a1d93148242a3b85ca50843c6141b0ce6a062.tar.gz
rsyslog-837a1d93148242a3b85ca50843c6141b0ce6a062.tar.xz
rsyslog-837a1d93148242a3b85ca50843c6141b0ce6a062.zip
removed gloable variable AcceptRemote and external def of bFinished
Diffstat (limited to 'syslogd.c')
-rw-r--r--syslogd.c2
1 files changed, 1 insertions, 1 deletions
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.
*/