Appease gcc-4.2

It needs to die, but it resists mipsteriously.

Submitted by:	Oliver Pinter
This commit is contained in:
Pedro F. Giffuni 2015-08-20 21:49:59 +00:00
parent f84460dded
commit 6460ee789a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=286972

View File

@ -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;