diff options
Diffstat (limited to '')
-rw-r--r-- | plugin_kvv.c | 2 |
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 */ |