]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: resolvers: Use a function to remove answers attached to a resolution
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 10 Mar 2021 13:40:39 +0000 (14:40 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 12 Mar 2021 16:41:28 +0000 (17:41 +0100)
commit1dec5c793474027ddffbfca3849e5ca4e9e51083
treeb5bbc6a0043bd3dc221af06dbc462589d00db38d
parent3e0600fbbfee7daf957033505d56bc8dcc874185
MINOR: resolvers: Use a function to remove answers attached to a resolution

resolv_purge_resolution_answer_records() must be used to removed all answers
attached to a resolution. For now, it is only used when a resolution is
released.
include/haproxy/resolvers.h
src/resolvers.c