Commit bb6c873b authored by nanahira's avatar nanahira

format

parent 63799992
......@@ -4112,7 +4112,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