Commit 5a2eda04 authored by nanahira's avatar nanahira

format

parent 455a0494
Pipeline #16757 failed with stages
in 4 minutes and 50 seconds
......@@ -4390,7 +4390,7 @@ bool DuelClient::LookupSRV(char *hostname, HostResult* result) {
if(status < 0)
return false;
ns_msg nsMsg;
ns_initparse(answer, status, &nsMsg);
ns_initparse(answer, status, &nsMsg);
bool found = false;
std::vector<RetrivedSRVRecord> records;
unsigned short minPriority = 0xffff;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment