From 32f1dd7a8ba34a20311af6ea41e17680d4883649 Mon Sep 17 00:00:00 2001 From: Ted Lemon Date: Sun, 8 Jun 1997 04:10:54 +0000 Subject: [PATCH] Adjust call to find_lease --- server/bootp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. */ -- 2.47.3