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

(-)a/dhcp.c (-1 / +1 lines)
Lines 654-660 get_option_routes(const struct dhcp_message *dhcp) Link Here
654
	int len;
654
	int len;
655
655
656
	/* If we have CSR's then we MUST use these only */
656
	/* If we have CSR's then we MUST use these only */
657
	p = get_option(dhcp, DHCP_CSR);
657
	p = _get_option(dhcp, DHCP_CSR, &len, NULL);
658
	/* Check for crappy MS option */
658
	/* Check for crappy MS option */
659
	if (!p)
659
	if (!p)
660
		p = _get_option(dhcp, DHCP_MSCSR, &len, NULL);
660
		p = _get_option(dhcp, DHCP_MSCSR, &len, NULL);

Return to bug 223141