2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-31 06:15:55 +00:00

Adjust call to find_lease

This commit is contained in:
Ted Lemon
1997-06-08 04:10:54 +00:00
parent be6b4b2a2b
commit 32f1dd7a8b

View File

@@ -42,7 +42,7 @@
#ifndef lint
static char copyright[] =
"$Id: bootp.c,v 1.26 1997/05/09 08:20:12 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n";
"$Id: bootp.c,v 1.27 1997/06/08 04:10:54 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
@@ -84,7 +84,7 @@ void bootp (packet)
packet -> raw -> chaddr,
packet -> raw -> hlen);
lease = find_lease (packet, packet -> shared_network);
lease = find_lease (packet, packet -> shared_network, 0);
/* Find an IP address in the host_decl that matches the
specified network. */