]> granicus.if.org Git - pdns/commitdiff
accidentally reversed the default behaviour of pdnssec import-zone-key to making...
authorbert hubert <bert.hubert@netherlabs.nl>
Fri, 24 May 2013 11:38:00 +0000 (13:38 +0200)
committerbert hubert <bert.hubert@netherlabs.nl>
Fri, 24 May 2013 11:38:00 +0000 (13:38 +0200)
pdns/pdnssec.cc

index f70a5cb6be188a8deac09109c25860f6e58c71aa..1b7cf5e6d40a6a42f9cd2073c725293783037daa 100644 (file)
@@ -1337,7 +1337,7 @@ try
       dpk.d_algorithm = 5;
     
     dpk.d_flags = 257; 
-    bool active=false;
+    bool active=true;
 
     for(unsigned int n = 3; n < cmds.size(); ++n) {
       if(pdns_iequals(cmds[n], "ZSK"))