From: Ted Lemon Date: Thu, 9 Apr 1998 04:30:41 +0000 (+0000) Subject: No message for dissociate_lease(). X-Git-Tag: carrel-2~139 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=05c680bf8f1952342decda26a4ff3408270c10c0;p=thirdparty%2Fdhcp.git No message for dissociate_lease(). --- diff --git a/common/memory.c b/common/memory.c index e8b6ca8f4..f8b948172 100644 --- a/common/memory.c +++ b/common/memory.c @@ -42,7 +42,7 @@ #ifndef lint static char copyright[] = -"$Id: memory.c,v 1.38 1998/03/17 18:19:44 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n"; +"$Id: memory.c,v 1.39 1998/04/09 04:30:41 mellon Exp $ Copyright (c) 1995, 1996 The Internet Software Consortium. All rights reserved.\n"; #endif /* not lint */ #include "dhcpd.h" @@ -660,9 +660,8 @@ void abandon_lease (lease, message) /* Abandon the specified lease (set its timeout to infinity and its particulars to zero, and re-hash it as appropriate. */ -void dissociate_lease (lease, message) +void dissociate_lease (lease) struct lease *lease; - char *message; { struct lease lt;