2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-30 13:57:50 +00:00

Fix a case where leases could wind up with too many references.

This commit is contained in:
Ted Lemon
2000-12-28 23:34:08 +00:00
parent a25a18d772
commit 4bcdb16d41

View File

@@ -43,7 +43,7 @@
#ifndef lint #ifndef lint
static char copyright[] = static char copyright[] =
"$Id: mdb.c,v 1.46 2000/12/11 18:56:44 neild Exp $ Copyright (c) 1996-2000 The Internet Software Consortium. All rights reserved.\n"; "$Id: mdb.c,v 1.47 2000/12/28 23:34:08 mellon Exp $ Copyright (c) 1996-2000 The Internet Software Consortium. All rights reserved.\n";
#endif /* not lint */ #endif /* not lint */
#include "dhcpd.h" #include "dhcpd.h"
@@ -1511,8 +1511,8 @@ void uid_hash_delete (lease)
break; break;
} }
} }
lease_dereference (&head, MDL);
} }
lease_dereference (&head, MDL);
} }
/* Add the specified lease to the hardware address hash. */ /* Add the specified lease to the hardware address hash. */