]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Update pdns/dnssecinfra.cc 9000/head
authorKirill Ponomarev <krion@freebsd.org>
Mon, 6 Apr 2020 09:26:45 +0000 (11:26 +0200)
committerGitHub <noreply@github.com>
Mon, 6 Apr 2020 09:26:45 +0000 (11:26 +0200)
Co-Authored-By: Otto Moerbeek <otto.moerbeek@open-xchange.com>
pdns/dnssecinfra.cc

index 169260bb5981856331f1a77022eeb4b0ffa30b89..0daa22cdd80e1d6ce5d125891c314f4a8416b2a4 100644 (file)
@@ -137,7 +137,7 @@ std::string DNSCryptoKeyEngine::convertToISC() const
   storvector_t storvector = this->convertToISCVector();
   ostringstream ret;
   ret<<"Private-key-format: v1.2\n";
-  for(const storvector_t::value_type& value :  stormap) {
+  for(const storvector_t::value_type& value :  storvector) {
     if(value.first != "Algorithm" && value.first != "PIN" && 
        value.first != "Slot" && value.first != "Engine" &&
        value.first != "Label" && value.first != "PubLabel")