From 6460ee789ae275bce31f1029cbf6990f530bebcf Mon Sep 17 00:00:00 2001 From: "Pedro F. Giffuni" Date: Thu, 20 Aug 2015 21:49:59 +0000 Subject: [PATCH] Appease gcc-4.2 It needs to die, but it resists mipsteriously. Submitted by: Oliver Pinter --- contrib/hyperv/tools/hv_kvp_daemon.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/hyperv/tools/hv_kvp_daemon.c b/contrib/hyperv/tools/hv_kvp_daemon.c index 1c31d3f9b62..50ae3ed7455 100644 --- a/contrib/hyperv/tools/hv_kvp_daemon.c +++ b/contrib/hyperv/tools/hv_kvp_daemon.c @@ -811,7 +811,7 @@ kvp_get_ip_info(int family, char *if_name, int op, int error = 0; char *buffer; size_t buffer_length; - struct hv_kvp_ipaddr_value *ip_buffer; + struct hv_kvp_ipaddr_value *ip_buffer = NULL; char cidr_mask[5]; int weight; int i;