[svn] commit: r1736 - /trunk/src/lib/dns/name.h

BIND 10 source code commits bind10-changes at lists.isc.org
Mon Apr 19 19:07:36 UTC 2010


Author: jinmei
Date: Mon Apr 19 19:07:36 2010
New Revision: 1736

Log:
corrected the description of the "from wire" constructor regarding possible exceptions.  in response to review comment of trac #94.

trivial fix, skipping review.  build/test okay.

Modified:
    trunk/src/lib/dns/name.h

Modified: trunk/src/lib/dns/name.h
==============================================================================
--- trunk/src/lib/dns/name.h (original)
+++ trunk/src/lib/dns/name.h Mon Apr 19 19:07:36 2010
@@ -243,8 +243,7 @@
     /// method will automatically decompress it.
     ///
     /// If the given data does not represent a valid DNS name, an exception
-    /// of class \c TooLongName, \c BadLabelType, \c BadPointer, or
-    /// \c IncompleteName will be thrown.
+    /// of class \c DNSMessageFORMERR will be thrown.
     /// In addition, if resource allocation for the new name fails, a
     /// corresponding standard exception will be thrown.
     ///




More information about the bind10-changes mailing list