summaryrefslogtreecommitdiffstats
path: root/msg.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-08-01 07:26:46 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-08-01 07:26:46 +0000
commit0eab6e11e94df082d6b7a791648dc367c2c16dc6 (patch)
tree96a6f14603f56bc9272a3b45ef8923ee1a692d23 /msg.c
parent4922cc646964e7a129b3cfab8873382425271664 (diff)
downloadrsyslog-0eab6e11e94df082d6b7a791648dc367c2c16dc6.tar.gz
rsyslog-0eab6e11e94df082d6b7a791648dc367c2c16dc6.tar.xz
rsyslog-0eab6e11e94df082d6b7a791648dc367c2c16dc6.zip
- loading default values as done yesterday *is* clean (I've just reviewed
the code again) - moved omfile-specifc global variables (for cfsysline settings) from syslogd.c to omfile.c
Diffstat (limited to 'msg.c')
-rw-r--r--msg.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/msg.c b/msg.c
index 733514e4..29277104 100644
--- a/msg.c
+++ b/msg.c
@@ -1446,7 +1446,6 @@ char *MsgGetProp(msg_t *pMsg, struct templateEntry *pTpe,
/* skip to the start of the substring (can't do pointer arithmetic
* because the whole string might be smaller!!)
*/
- // ++iFrom; /* nbr of chars to skip! */
while(*pRes && iFrom) {
--iFrom;
++pRes;