From: bert hubert Date: Fri, 24 May 2013 11:38:00 +0000 (+0200) Subject: accidentally reversed the default behaviour of pdnssec import-zone-key to making... X-Git-Tag: auth-3.3-rc1~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4cec6ac5ed984399c130bde96d054eac0a8f23e0;p=pdns accidentally reversed the default behaviour of pdnssec import-zone-key to making passive keys --- diff --git a/pdns/pdnssec.cc b/pdns/pdnssec.cc index f70a5cb6b..1b7cf5e6d 100644 --- a/pdns/pdnssec.cc +++ b/pdns/pdnssec.cc @@ -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"))