BIND 10 master, updated. 7800a308cb8db2193f8406e1ef4db1f7f6dd0332 [master] editorial: removed an unnecessary semicolon
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Jan 14 17:03:23 UTC 2013
The branch, master has been updated
via 7800a308cb8db2193f8406e1ef4db1f7f6dd0332 (commit)
from cc7b41e7ce61e745602748346c4b00b8b864bdef (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 7800a308cb8db2193f8406e1ef4db1f7f6dd0332
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Mon Jan 14 09:03:06 2013 -0800
[master] editorial: removed an unnecessary semicolon
commiting at my discretion.
-----------------------------------------------------------------------
Summary of changes:
src/lib/dhcpsrv/lease_mgr.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/src/lib/dhcpsrv/lease_mgr.h b/src/lib/dhcpsrv/lease_mgr.h
index 913a707..f781576 100644
--- a/src/lib/dhcpsrv/lease_mgr.h
+++ b/src/lib/dhcpsrv/lease_mgr.h
@@ -117,7 +117,7 @@ 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() {};
+ virtual ~Lease() {}
/// @brief IPv4 ot IPv6 address
///
More information about the bind10-changes
mailing list