summaryrefslogtreecommitdiffstats
path: root/runtime/conf.c
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-12-16 12:16:54 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2010-12-16 12:16:54 +0100
commitec6230cffe6e06957113d53272d00dc859a3e617 (patch)
tree0727d3a3e39c99317c5d5bb562ea027e52f1017f /runtime/conf.c
parent925504d565c6cf4a712dd8c8217891662aaf639e (diff)
downloadrsyslog-ec6230cffe6e06957113d53272d00dc859a3e617.tar.gz
rsyslog-ec6230cffe6e06957113d53272d00dc859a3e617.tar.xz
rsyslog-ec6230cffe6e06957113d53272d00dc859a3e617.zip
improved some code based on clang static analyzer results
Diffstat (limited to 'runtime/conf.c')
-rw-r--r--runtime/conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/conf.c b/runtime/conf.c
index 001b501d..efe9c516 100644
--- a/runtime/conf.c
+++ b/runtime/conf.c
@@ -1054,7 +1054,7 @@ static rsRetVal cflineDoAction(uchar **p, action_t **ppAction)
DEFiRet;
modInfo_t *pMod;
omodStringRequest_t *pOMSR;
- action_t *pAction;
+ action_t *pAction = NULL;
void *pModData;
ASSERT(p != NULL);