From c909270be37026e4877acf556af0556f7d1356c6 Mon Sep 17 00:00:00 2001 From: michael Date: Wed, 2 May 2007 05:10:55 +0000 Subject: some compiler warnings fixed git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@797 3ae390bd-cb1e-0410-b409-cd5a39f66f1f --- plugin_kvv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin_kvv.c') 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 */ -- cgit v1.2.3