summaryrefslogtreecommitdiffstats
path: root/conf.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-05-16 13:46:09 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-05-16 13:46:09 +0200
commited96dda6449897ac62e133471fb084b1fe84812b (patch)
tree4531a1c5b466f7202a0eaa2f338069614298e8dd /conf.c
parent09afe64f29bae5af8ea1749373e8c8b6586b70d1 (diff)
parent09a3d4ef122288c47a8390a2ce61322bde65c780 (diff)
downloadrsyslog-ed96dda6449897ac62e133471fb084b1fe84812b.tar.gz
rsyslog-ed96dda6449897ac62e133471fb084b1fe84812b.tar.xz
rsyslog-ed96dda6449897ac62e133471fb084b1fe84812b.zip
Merge branch 'beta'
Conflicts: ChangeLog rfc3195d.c
Diffstat (limited to 'conf.c')
-rw-r--r--conf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf.c b/conf.c
index dad9ebf2..78895272 100644
--- a/conf.c
+++ b/conf.c
@@ -235,6 +235,7 @@ doModLoad(uchar **pp, __attribute__((unused)) void* pVal)
ASSERT(pp != NULL);
ASSERT(*pp != NULL);
+ skipWhiteSpace(pp); /* skip over any whitespace */
if(getSubString(pp, (char*) szName, sizeof(szName) / sizeof(uchar), ' ') != 0) {
errmsg.LogError(NO_ERRCODE, "could not extract module name");
ABORT_FINALIZE(RS_RET_NOT_FOUND);