Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 238363
Collapse All | Expand All

(-)net-tools-1.60_p20071202044231-r1.orig/ifconfig.c (+3 lines)
Lines 112-117 static int if_print(char *ifname) Link Here
112
	struct interface *ife;
112
	struct interface *ife;
113
113
114
	ife = lookup_interface(ifname);
114
	ife = lookup_interface(ifname);
115
        if (!ife) {
116
                return -1;
117
        }
115
	res = do_if_fetch(ife); 
118
	res = do_if_fetch(ife); 
116
	if (res >= 0) 
119
	if (res >= 0) 
117
	    ife_print(ife);
120
	    ife_print(ife);

Return to bug 238363