From: Ted Lemon Date: Tue, 5 Oct 1999 02:47:12 +0000 (+0000) Subject: Accept a packet argument in release_lease(). X-Git-Tag: BCTEL_SPECIAL_19991124~153 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41ce579a2250b90e63e2018417cf697cf8f3b89a;p=thirdparty%2Fdhcp.git Accept a packet argument in release_lease(). --- diff --git a/server/mdb.c b/server/mdb.c index c4144f988..9571f2e7a 100644 --- a/server/mdb.c +++ b/server/mdb.c @@ -22,7 +22,7 @@ #ifndef lint static char copyright[] = -"$Id: mdb.c,v 1.4 1999/10/05 00:03:24 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium. All rights reserved.\n"; +"$Id: mdb.c,v 1.5 1999/10/05 02:47:12 mellon Exp $ Copyright (c) 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium. All rights reserved.\n"; #endif /* not lint */ #include "dhcpd.h" @@ -988,8 +988,9 @@ int supersede_lease (comp, lease, commit) /* Release the specified lease and re-hash it as appropriate. */ -void release_lease (lease) +void release_lease (lease, packet) struct lease *lease; + struct packet *packet; { struct lease lt;