diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-08-01 07:26:46 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-08-01 07:26:46 +0000 |
commit | 0eab6e11e94df082d6b7a791648dc367c2c16dc6 (patch) | |
tree | 96a6f14603f56bc9272a3b45ef8923ee1a692d23 /msg.c | |
parent | 4922cc646964e7a129b3cfab8873382425271664 (diff) | |
download | rsyslog-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.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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; |