summaryrefslogtreecommitdiffstats
path: root/cfsysline.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-05-16 13:40:53 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-05-16 13:40:53 +0200
commit09a3d4ef122288c47a8390a2ce61322bde65c780 (patch)
treeb01a382eb6608112bb6361da406b6a56f0a7352c /cfsysline.c
parent09c61f9b09b7bb80590a507b8b9643aa11677b0a (diff)
parent07b447fcbae051c55127a96c7117c1bfee1baa93 (diff)
downloadrsyslog-09a3d4ef122288c47a8390a2ce61322bde65c780.tar.gz
rsyslog-09a3d4ef122288c47a8390a2ce61322bde65c780.tar.xz
rsyslog-09a3d4ef122288c47a8390a2ce61322bde65c780.zip
Merge branch 'v3-stable' into beta
Diffstat (limited to 'cfsysline.c')
-rw-r--r--cfsysline.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cfsysline.c b/cfsysline.c
index 1aebc354..d3203ccc 100644
--- a/cfsysline.c
+++ b/cfsysline.c
@@ -462,6 +462,8 @@ getWord(uchar **pp, cstr_t **ppStrB)
CHKiRet(rsCStrConstruct(ppStrB));
+ skipWhiteSpace(pp); /* skip over any whitespace */
+
/* parse out the word */
p = *pp;