Merge pull request #1689

ce7fcbb4 Add server auth to monerod, and client auth to wallet-cli and wallet-rpc (Lee Clagett)
This commit is contained in:
Riccardo Spagni 2017-02-11 00:35:25 +02:00
commit eacf2124b6
38 changed files with 495 additions and 189 deletions

View file

@ -362,7 +362,7 @@ namespace
server_parameters best{};
const std::list<field>& fields = response.m_additional_fields;
const std::list<field>& fields = response.m_header_info.m_etc_fields;
auto current = fields.begin();
const auto end = fields.end();
while (true)