From: Ted Lemon Date: Sun, 8 Jun 1997 04:10:54 +0000 (+0000) Subject: Adjust call to find_lease X-Git-Tag: DHCP-970607~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=32f1dd7a8ba34a20311af6ea41e17680d4883649;p=thirdparty%2Fdhcp.git Adjust call to find_lease --- diff --git a/server/bootp.c b/server/bootp.c index f89ee8193..767ca9480 100644 --- a/server/bootp.c +++ b/server/bootp.c @@ -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. */