aboutsummaryrefslogtreecommitdiffstats
path: root/plugin_kvv.c
diff options
context:
space:
mode:
authormichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2007-05-02 05:10:55 +0000
committermichael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2007-05-02 05:10:55 +0000
commitc909270be37026e4877acf556af0556f7d1356c6 (patch)
tree592e4337206471fd99b03f00d0d456187e210096 /plugin_kvv.c
parentb8b8a6a2cf8726a86bc2ba58fc502ce5a4ac2b1d (diff)
downloadlcd4linux-c909270be37026e4877acf556af0556f7d1356c6.tar.gz
some compiler warnings fixed
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@797 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
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 */