]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2377] Fix BasicRRset::getRRsig() documentation
authorMichal 'vorner' Vaner <michal.vaner@nic.cz>
Fri, 7 Dec 2012 13:59:48 +0000 (14:59 +0100)
committerMichal 'vorner' Vaner <michal.vaner@nic.cz>
Fri, 7 Dec 2012 13:59:48 +0000 (14:59 +0100)
It claimed it throws every time and returns NULL at the same time. It is
impossible and the first one is not true.

src/lib/dns/rrset.h

index 9c1715b095c82389f296487a4c6a0afcc9f1572a..395cbdd3ba960f40599e54b4896398813e44c448 100644 (file)
@@ -770,9 +770,6 @@ public:
     //@{
     /// \brief Return pointer to this RRset's RRSIG RRset
     ///
-    /// \exception NotImplemented Always thrown.  Associated RRSIG RRsets are
-    ///            not supported in this class.
-    ///
     /// \return Null pointer, as this class does not support RRSIG records.
     virtual RRsetPtr getRRsig() const {
         return (RRsetPtr());