]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: dns: parse_server() now uses srv_alloc_dns_resolution()
authorBaptiste Assmann <bedis9@gmail.com>
Wed, 3 May 2017 10:09:54 +0000 (12:09 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 2 Jun 2017 09:20:50 +0000 (11:20 +0200)
commit4f91f7ea59786a9a7bd592aad26dc25b28d3c9b0
treeb6261b3e454199e57d852239dbab2c58145d81ab
parent81ed1a0516820c31272059eabdcc41565d2c714e
MINOR: dns: parse_server() now uses srv_alloc_dns_resolution()

In order to make DNS code more consistent, the function parse_server()
now uses srv_alloc_dns_resolution() to set up a server and its
resolution.
src/server.c