diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2010-02-04 16:51:43 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2010-02-04 16:51:43 +0100 |
commit | d71e8672c90628fdfa58ad860833d78cfd5941d8 (patch) | |
tree | 3706d77ffcf7c97c6cf75aa61453cf677e531a88 /template.c | |
parent | 90455378415e06bfee9109c77b8a595da1326f78 (diff) | |
parent | ef193bf0ae75d206e4b50022f8c07e3b908c8491 (diff) | |
download | rsyslog-d71e8672c90628fdfa58ad860833d78cfd5941d8.tar.gz rsyslog-d71e8672c90628fdfa58ad860833d78cfd5941d8.tar.bz2 rsyslog-d71e8672c90628fdfa58ad860833d78cfd5941d8.zip |
Merge branch 'v4-beta' into beta
Diffstat (limited to 'template.c')
-rw-r--r-- | template.c | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -427,10 +427,7 @@ static int do_Constant(unsigned char **pp, struct template *pTpl) } if((pTpe = tpeConstruct(pTpl)) == NULL) { - /* OK, we are out of luck. Let's invalidate the - * entry and that's it. - */ - pTpe->eEntryType = UNDEFINED; + rsCStrDestruct(&pStrB); return 1; } pTpe->eEntryType = CONSTANT; |