dns_utils: fix first checked DNS entry being ignored

pull/95/head
moneromooo-monero 7 years ago
parent 08c3f38031
commit 969ad710ba
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3

@ -509,7 +509,6 @@ bool load_txt_records_from_dns(std::vector<std::string> &good_records, const std
{
cur_index = 0;
}
records[cur_index].clear();
} while (cur_index != first_index);
size_t num_valid_records = 0;

Loading…
Cancel
Save