2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-31 14:25:41 +00:00

Update call to find_lease

This commit is contained in:
Ted Lemon
1996-05-23 01:58:15 +00:00
parent f3ef9f4e56
commit 4095edc958
2 changed files with 2 additions and 2 deletions

View File

@@ -73,7 +73,7 @@ void bootp (packet)
packet -> raw -> chaddr,
packet -> raw -> hlen);
lease = find_lease (packet);
lease = find_lease (packet, packet -> shared_network);
/* Find an IP address in the host_decl that matches the
specified network. */