BIND 10 trac3287, updated. d631937eaeaa137fc1e832993b17d8e331b9b73c [3287] Update API doc comments of SSHFP constructors

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Jan 14 12:02:20 UTC 2014


The branch, trac3287 has been updated
       via  d631937eaeaa137fc1e832993b17d8e331b9b73c (commit)
      from  c1187e4ae7d409c94a73e6b10fa00751d302e05d (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 d631937eaeaa137fc1e832993b17d8e331b9b73c
Author: Mukund Sivaraman <muks at isc.org>
Date:   Tue Jan 14 17:32:08 2014 +0530

    [3287] Update API doc comments of SSHFP constructors

-----------------------------------------------------------------------

Summary of changes:
 src/lib/dns/rdata/generic/sshfp_44.cc |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/dns/rdata/generic/sshfp_44.cc b/src/lib/dns/rdata/generic/sshfp_44.cc
index 346ad73..4c1e832 100644
--- a/src/lib/dns/rdata/generic/sshfp_44.cc
+++ b/src/lib/dns/rdata/generic/sshfp_44.cc
@@ -104,8 +104,9 @@ SSHFP::constructFromLexer(MasterLexer& lexer) {
 /// valid hex encoding of the fingerprint. For compatibility with BIND 9,
 /// whitespace is allowed in the hex text (RFC4255 is silent on the matter).
 ///
-/// \throw InvalidRdataText if any fields are missing, out of their valid
-/// ranges, or incorrect.
+/// \throw InvalidRdataText if any fields are missing, are out of their
+/// valid ranges or are incorrect, or if the fingerprint is not a valid
+/// hex string.
 ///
 /// \param sshfp_str A string containing the RDATA to be created
 SSHFP::SSHFP(const string& sshfp_str) :
@@ -141,7 +142,7 @@ SSHFP::SSHFP(const string& sshfp_str) :
 /// of an SSHFP RDATA.
 ///
 /// \throw MasterLexer::LexerError General parsing error such as missing field.
-/// \throw InvalidRdataText Fields are out of their valid range, or are
+/// \throw InvalidRdataText Fields are out of their valid range or are
 /// incorrect, or if the fingerprint is not a valid hex string.
 ///
 /// \param lexer A \c MasterLexer object parsing a master file for the



More information about the bind10-changes mailing list