View | Details | Raw Unified | Return to bug 57943
Collapse All | Expand All

(-)common/discover.c (-1 / +1 lines)
Lines 135-141 Link Here
135
{
135
{
136
	struct interface_info *tmp, *ip;
136
	struct interface_info *tmp, *ip;
137
	struct interface_info *last, *next;
137
	struct interface_info *last, *next;
138
	char buf [2048];
138
	char buf [20480];
139
	struct ifconf ic;
139
	struct ifconf ic;
140
	struct ifreq ifr;
140
	struct ifreq ifr;
141
	int i;
141
	int i;

Return to bug 57943