BIND 10 master, updated. ccf170eee20359d3661fc70a7ce02b965cc90a69 [master] Added missing virtual destructor to Lease class
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Jan 14 15:13:02 UTC 2013
The branch, master has been updated
via ccf170eee20359d3661fc70a7ce02b965cc90a69 (commit)
from 30e71e8bfdb6049265dca14a8ce62b989fe67118 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit ccf170eee20359d3661fc70a7ce02b965cc90a69
Author: Jelte Jansen <jelte at isc.org>
Date: Mon Jan 14 16:12:44 2013 +0100
[master] Added missing virtual destructor to Lease class
-----------------------------------------------------------------------
Summary of changes:
src/lib/dhcpsrv/lease_mgr.h | 2 ++
1 file changed, 2 insertions(+)
-----------------------------------------------------------------------
diff --git a/src/lib/dhcpsrv/lease_mgr.h b/src/lib/dhcpsrv/lease_mgr.h
index 0e845ab..913a707 100644
--- a/src/lib/dhcpsrv/lease_mgr.h
+++ b/src/lib/dhcpsrv/lease_mgr.h
@@ -117,6 +117,8 @@ struct Lease {
Lease(const isc::asiolink::IOAddress& addr, uint32_t t1, uint32_t t2,
uint32_t valid_lft, SubnetID subnet_id, time_t cltt);
+ virtual ~Lease() {};
+
/// @brief IPv4 ot IPv6 address
///
/// IPv4, IPv6 address or, in the case of a prefix delegation, the prefix.
More information about the bind10-changes
mailing list