mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-23 01:42:05 -05:00
CLEANUP/MINOR dns: comment do not follow up code update
The loop comment is not appropriate anymore and needed to be updated according to the code. backport: no
This commit is contained in:
parent
3749ebf6fc
commit
bcbd491e9c
1 changed files with 1 additions and 1 deletions
|
|
@ -725,7 +725,7 @@ int dns_get_ip_from_response(unsigned char *resp, unsigned char *resp_end,
|
|||
/* move forward data_len for analyzing next record in the response */
|
||||
reader += data_len;
|
||||
} /* switch (record type) */
|
||||
} /* for i 0 to ancount */
|
||||
} /* list for each record entries */
|
||||
|
||||
/* Select an IP regarding configuration preference.
|
||||
* Top priority is the prefered network ip version,
|
||||
|
|
|
|||
Loading…
Reference in a new issue