]> git.ipfire.org Git - thirdparty/pdns.git/blobdiff - pdns/qtype.cc
Merge pull request #8223 from PowerDNS/omoerbeek-patch-1
[thirdparty/pdns.git] / pdns / qtype.cc
index 3ea400cf69683010b5006ba94283d17558212a8c..31f383124ea86a8ad11e9e57e8145f708bc8a2ea 100644 (file)
@@ -110,8 +110,7 @@ QType &QType::operator=(const string &s)
 }
 
 
-QType::QType(uint16_t n)
+QType::QType(uint16_t n): QType()
 {
-  QType();
   code=n;
 }