diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-05-27 11:01:29 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-05-27 11:01:29 +0200 |
commit | 6ded646baf52a9dfd8f0d819d1e7705e58c45e80 (patch) | |
tree | 97e2d6dbbadb1b5cacae8954a6556ed4ea4b34a4 /plugins/omprog/omprog.c | |
parent | 5605b1b60ae6bd8939c083cc043c4d7ec01cef8c (diff) | |
download | rsyslog-6ded646baf52a9dfd8f0d819d1e7705e58c45e80.tar.gz rsyslog-6ded646baf52a9dfd8f0d819d1e7705e58c45e80.tar.bz2 rsyslog-6ded646baf52a9dfd8f0d819d1e7705e58c45e80.zip |
bugfix: $template statement with multiple spaces lead to invalid tpl name
If multiple spaces were used in front of the template name, all but one
of them became actually part of the template name. So
$template a,"..." would be name " a", and as such "a" was not
available, e.g. in
*.* /var/log/file;a
This is a legacy config problem. As it was unreported for many years,
no backport of the fix to old versions will happen.
This is a long-standing bug that was only recently reported by forum
user mc-sim.
Reference: http://kb.monitorware.com/post23448.html
Diffstat (limited to 'plugins/omprog/omprog.c')
0 files changed, 0 insertions, 0 deletions