BIND 10 trac2384, updated. a4d16a18e39291ccaeaa3c1ebb712ae7e15a5d0a [2384] Remove obsolete comment
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Nov 8 17:31:23 UTC 2012
The branch, trac2384 has been updated
via a4d16a18e39291ccaeaa3c1ebb712ae7e15a5d0a (commit)
from 4ddb739a13b02b58dca72bd301e80228c745359f (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 a4d16a18e39291ccaeaa3c1ebb712ae7e15a5d0a
Author: Michal 'vorner' Vaner <michal.vaner at nic.cz>
Date: Thu Nov 8 18:31:02 2012 +0100
[2384] Remove obsolete comment
-----------------------------------------------------------------------
Summary of changes:
src/lib/dns/rrttl.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/src/lib/dns/rrttl.cc b/src/lib/dns/rrttl.cc
index 2352a30..02fbe33 100644
--- a/src/lib/dns/rrttl.cc
+++ b/src/lib/dns/rrttl.cc
@@ -90,7 +90,7 @@ RRTTL::RRTTL(const std::string& ttlstr) {
" in: " << ttlstr);
}
}
- // Now extract the number, defaut to 1 if there's no digit
+ // Now extract the number.
if (unit == pos) {
isc_throw(InvalidRRTTL, "Missing number in TTL: " << ttlstr);
}
More information about the bind10-changes
mailing list