BIND 10 trac2342, updated. bdb8039cc69c3d7bdc844126aab12ce28b20a135 [2342] Minor: typos fixed.
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Nov 9 15:24:37 UTC 2012
The branch, trac2342 has been updated
via bdb8039cc69c3d7bdc844126aab12ce28b20a135 (commit)
from 1cee186c837d355ef28b00773bbb145e75444b85 (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 bdb8039cc69c3d7bdc844126aab12ce28b20a135
Author: Marcin Siodelski <marcin at isc.org>
Date: Fri Nov 9 16:24:27 2012 +0100
[2342] Minor: typos fixed.
-----------------------------------------------------------------------
Summary of changes:
src/lib/dhcp/lease_mgr.h | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/dhcp/lease_mgr.h b/src/lib/dhcp/lease_mgr.h
index 65c56cc..4b7c607 100644
--- a/src/lib/dhcp/lease_mgr.h
+++ b/src/lib/dhcp/lease_mgr.h
@@ -481,9 +481,9 @@ public:
/// If no such lease is present, an exception will be thrown.
virtual void updateLease4(const Lease4Ptr& lease4) = 0;
- /// @brief Updates IPv4 lease.
+ /// @brief Updates IPv6 lease.
///
- /// @param lease4 The lease to be updated.
+ /// @param lease6 The lease to be updated.
virtual void updateLease6(const Lease6Ptr& lease6) = 0;
/// @brief Deletes a lease.
@@ -495,7 +495,7 @@ public:
/// @brief Deletes a lease.
///
- /// @param addr IPv4 address of the lease to be deleted.
+ /// @param addr IPv6 address of the lease to be deleted.
///
/// @return true if deletion was successful, false if no such lease exists
virtual bool deleteLease6(const isc::asiolink::IOAddress& addr) = 0;
More information about the bind10-changes
mailing list