From f564ef414bdc91011170c83ccd4b648085aef7f0 Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Mon, 6 Apr 2020 11:26:45 +0200 Subject: [PATCH] Update pdns/dnssecinfra.cc Co-Authored-By: Otto Moerbeek --- pdns/dnssecinfra.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- 2.47.2