]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: resolvers: do not export resolv_purge_resolution_answer_records()
authorWilly Tarreau <w@1wt.eu>
Tue, 19 Oct 2021 09:16:11 +0000 (11:16 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 20 Oct 2021 15:52:50 +0000 (17:52 +0200)
commit2acc160c05c0c8dc28ecce5941451c916d29bc63
tree989e1d49a3b5bb1a4958f6805a1556e4aa3ed08e
parent2a67aa0a51acc2d3469061b8732faf7e597f9c69
CLEANUP: resolvers: do not export resolv_purge_resolution_answer_records()

This code is dangerous enough that we certainly don't want external code
to ever approach it, let's not export unnecessary functions like this one.
It was made static and a comment was added about its purpose.
include/haproxy/resolvers.h
src/resolvers.c