mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-02 23:15:20 +00:00
[2377] Fix BasicRRset::getRRsig() documentation
It claimed it throws every time and returns NULL at the same time. It is impossible and the first one is not true.
This commit is contained in:
@@ -770,9 +770,6 @@ public:
|
|||||||
//@{
|
//@{
|
||||||
/// \brief Return pointer to this RRset's RRSIG RRset
|
/// \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.
|
/// \return Null pointer, as this class does not support RRSIG records.
|
||||||
virtual RRsetPtr getRRsig() const {
|
virtual RRsetPtr getRRsig() const {
|
||||||
return (RRsetPtr());
|
return (RRsetPtr());
|
||||||
|
Reference in New Issue
Block a user