From: Kirill Ponomarev Date: Mon, 6 Apr 2020 09:26:45 +0000 (+0200) Subject: Update pdns/dnssecinfra.cc X-Git-Tag: dnsdist-1.5.0-rc1~11^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f564ef414bdc91011170c83ccd4b648085aef7f0;p=thirdparty%2Fpdns.git Update pdns/dnssecinfra.cc Co-Authored-By: Otto Moerbeek --- diff --git a/pdns/dnssecinfra.cc b/pdns/dnssecinfra.cc index 169260bb59..0daa22cdd8 100644 --- a/pdns/dnssecinfra.cc +++ b/pdns/dnssecinfra.cc @@ -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")