mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-26 09:24:47 +00:00
dns_utils: fix first checked DNS entry being ignored
This commit is contained in:
parent
08c3f38031
commit
969ad710ba
1 changed files with 0 additions and 1 deletions
|
@ -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…
Reference in a new issue