summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-04-17 11:17:15 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-04-17 11:17:15 +0200
commite5130affc022eff12a3d9584576a385edbb13465 (patch)
treec10ebc6869d977806b67f6d72f69b66c36f30548 /tools
parent0edc7976ae057d474254379daa9085b05a52e12d (diff)
downloadrsyslog-e5130affc022eff12a3d9584576a385edbb13465.tar.gz
rsyslog-e5130affc022eff12a3d9584576a385edbb13465.tar.xz
rsyslog-e5130affc022eff12a3d9584576a385edbb13465.zip
moved "glblModPath" variable inside global data pool
(but still as a variable, not part of glbl object)
Diffstat (limited to 'tools')
-rw-r--r--tools/syslogd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/syslogd.c b/tools/syslogd.c
index 33a33823..67c7d11b 100644
--- a/tools/syslogd.c
+++ b/tools/syslogd.c
@@ -288,7 +288,6 @@ static int bEscapeCCOnRcv = 1; /* escape control characters on reception: 0 - n
int bReduceRepeatMsgs; /* reduce repeated message - 0 - no, 1 - yes */
int bActExecWhenPrevSusp; /* execute action only when previous one was suspended? */
int iActExecOnceInterval = 0; /* execute action once every nn seconds */
-uchar *glblModPath = NULL; /* module load path - only used during initial init, only settable via -M command line option */
/* end global config file state variables */
int MarkInterval = 20 * 60; /* interval between marks in seconds - read-only after startup */