summaryrefslogtreecommitdiffstats
path: root/action.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2012-06-27 11:46:38 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2012-06-27 11:46:38 +0200
commitc36a110d19d789156fa56ced1c25fe97ed50336d (patch)
treeeae0d93899790877ab9b38dbe3025c3e5bbe3fd9 /action.c
parentac5a2673ebab72c0c52f59d8e6c175e05268dfc8 (diff)
downloadrsyslog-c36a110d19d789156fa56ced1c25fe97ed50336d.tar.gz
rsyslog-c36a110d19d789156fa56ced1c25fe97ed50336d.tar.bz2
rsyslog-c36a110d19d789156fa56ced1c25fe97ed50336d.zip
$actionname was not properly set via legacy directive
Diffstat (limited to 'action.c')
-rw-r--r--action.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/action.c b/action.c
index 652c0259..5310a6a7 100644
--- a/action.c
+++ b/action.c
@@ -327,10 +327,6 @@ rsRetVal actionConstruct(action_t **ppThis)
ASSERT(ppThis != NULL);
- if(cs.pszActionName != NULL) {
- free(cs.pszActionName);
- cs.pszActionName = NULL;
- }
CHKmalloc(pThis = (action_t*) calloc(1, sizeof(action_t)));
pThis->iResumeInterval = 30;
pThis->iResumeRetryCount = 0;