]> granicus.if.org Git - pdns/commitdiff
revert accidental commit of half a line
authorBert Hubert <bert.hubert@netherlabs.nl>
Thu, 11 Oct 2012 19:07:21 +0000 (19:07 +0000)
committerBert Hubert <bert.hubert@netherlabs.nl>
Thu, 11 Oct 2012 19:07:21 +0000 (19:07 +0000)
git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@2806 d19b8d6e-7fed-0310-83ef-9ca221ded41b

pdns/backends/bind/binddnssec.cc

index dbd248d37390d36631f45c929b9846cc4958073a..732f9f97dda4a2cc79b5716dc4d3faef9064589c 100644 (file)
@@ -255,7 +255,6 @@ bool Bind2Backend::deactivateDomainKey(const string& name, unsigned int id)
 
 bool Bind2Backend::getTSIGKey(const string& name, string* algorithm, string* content)
 {
-  QType
   if(!d_dnssecdb)
     return false;
   boost::format fmt("select algorithm, secret from tsigkeys where name='%s'");