]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Accept a packet argument in release_lease().
authorTed Lemon <source@isc.org>
Tue, 5 Oct 1999 02:47:12 +0000 (02:47 +0000)
committerTed Lemon <source@isc.org>
Tue, 5 Oct 1999 02:47:12 +0000 (02:47 +0000)
server/mdb.c

index c4144f9889cc9d27d2fd7228e86e1fd9176b578e..9571f2e7af8fdc507bc05a2540adc943147377ba 100644 (file)
@@ -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;