Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 275231 | Differences between
and this patch

Collapse All | Expand All

(-)dhcp-3.1.2.ORIG/server/dhcp.c (+2 lines)
Lines 1747-1752 Link Here
1747
				host_reference (&host, h, MDL);
1747
				host_reference (&host, h, MDL);
1748
		}
1748
		}
1749
		if (!host) {
1749
		if (!host) {
1750
			if (hp)
1751
				host_dereference (&hp, MDL);
1750
			find_hosts_by_haddr (&hp,
1752
			find_hosts_by_haddr (&hp,
1751
					     packet -> raw -> htype,
1753
					     packet -> raw -> htype,
1752
					     packet -> raw -> chaddr,
1754
					     packet -> raw -> chaddr,

Return to bug 275231