diff options
-rw-r--r-- | src/lib/dns/rdata/generic/rrsig_46.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/dns/rdata/generic/rrsig_46.cc b/src/lib/dns/rdata/generic/rrsig_46.cc index 1b71808620..549b3cfba9 100644 --- a/src/lib/dns/rdata/generic/rrsig_46.cc +++ b/src/lib/dns/rdata/generic/rrsig_46.cc @@ -190,9 +190,8 @@ RRSIG::RRSIG(const std::string& rrsig_str) : /// it is non absolute. RRSIG::RRSIG(MasterLexer& lexer, const Name* origin, MasterLoader::Options, MasterLoaderCallbacks&) : - impl_(NULL) + impl_(constructFromLexer(lexer, origin)) { - impl_ = constructFromLexer(lexer, origin); } RRSIG::RRSIG(InputBuffer& buffer, size_t rdata_len) { |