summaryrefslogtreecommitdiffstats
path: root/contrib/hyperv/tools
diff options
context:
space:
mode:
authorpfg <pfg@FreeBSD.org>2015-08-20 21:49:59 +0000
committerpfg <pfg@FreeBSD.org>2015-08-20 21:49:59 +0000
commit4485ab4d3d63c821390eecb708c6ba6bfccdbe8f (patch)
tree0a388572fbeec46b64c37c18e52c4ec32422f11a /contrib/hyperv/tools
parent5d7936e9513610780b41d2d2524f2c33afed6359 (diff)
downloadFreeBSD-src-4485ab4d3d63c821390eecb708c6ba6bfccdbe8f.zip
FreeBSD-src-4485ab4d3d63c821390eecb708c6ba6bfccdbe8f.tar.gz
Appease gcc-4.2
It needs to die, but it resists mipsteriously. Submitted by: Oliver Pinter
Diffstat (limited to 'contrib/hyperv/tools')
-rw-r--r--contrib/hyperv/tools/hv_kvp_daemon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/hyperv/tools/hv_kvp_daemon.c b/contrib/hyperv/tools/hv_kvp_daemon.c
index 1c31d3f..50ae3ed 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;
OpenPOWER on IntegriCloud