bool ok = true;
map<string, ProxyConfig> configs = snappers->getConfigs();
- for (const map<string, ProxyConfig>::value_type value : configs)
+ for (const map<string, ProxyConfig>::value_type& value : configs)
{
const map<string, string>& raw = value.second.getAllValues();
bool ok = true;
map<string, ProxyConfig> configs = snappers->getConfigs();
- for (const map<string, ProxyConfig>::value_type value : configs)
+ for (const map<string, ProxyConfig>::value_type& value : configs)
{
const map<string, string>& raw = value.second.getAllValues();