From: Ted Lemon Date: Thu, 24 Aug 2000 18:43:11 +0000 (+0000) Subject: Add argument to find_lease. X-Git-Tag: V3-BETA-2-PATCH-1~34 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=397a692007aff4e5956c3bef2944f8dc9dc00d3f;p=thirdparty%2Fdhcp.git Add argument to find_lease. --- diff --git a/server/bootp.c b/server/bootp.c index 0d85558f9..88d0694cb 100644 --- a/server/bootp.c +++ b/server/bootp.c @@ -43,7 +43,7 @@ #ifndef lint static char copyright[] = -"$Id: bootp.c,v 1.63 2000/05/16 23:03:35 mellon Exp $ Copyright (c) 1995-2000 The Internet Software Consortium. All rights reserved.\n"; +"$Id: bootp.c,v 1.64 2000/08/24 18:43:11 mellon Exp $ Copyright (c) 1995-2000 The Internet Software Consortium. All rights reserved.\n"; #endif /* not lint */ #include "dhcpd.h" @@ -93,7 +93,7 @@ void bootp (packet) packet -> raw -> hlen, MDL); lease = (struct lease *)0; - find_lease (&lease, packet, packet -> shared_network, 0, MDL); + find_lease (&lease, packet, packet -> shared_network, 0, 0, MDL); /* Find an IP address in the host_decl that matches the specified network. */