aboutsummaryrefslogtreecommitdiffstats
path: root/plugin_kvv.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugin_kvv.c')
-rw-r--r--plugin_kvv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin_kvv.c b/plugin_kvv.c
index ec997e5..a1089c2 100644
--- a/plugin_kvv.c
+++ b/plugin_kvv.c
@@ -413,7 +413,7 @@ static void kvv_client( __attribute__ ((unused))
info("[KVV] empty/no reply");
if (count > 0) {
- char *input, *cookie, *name, *value;
+ char *input, *cookie, *name = NULL, *value = NULL;
int input_len, cookie_len, name_len, value_len;
/* buffer to html encode value */