]> git.ipfire.org Git - thirdparty/bind9.git/commit
Do not use libxml2 deprecated functions
authorAram Sargsyan <aram@isc.org>
Mon, 5 Sep 2022 09:59:44 +0000 (09:59 +0000)
committerAram Sargsyan <aram@isc.org>
Tue, 6 Sep 2022 09:20:55 +0000 (09:20 +0000)
commit97197ef78e6e717066f52e8fe2ad904b231bfba8
tree3236ff9eb6da0f9a60aebb8a9130a05ba4650f7d
parent7be0594be923802a06a0dc5459e1869d99154f1b
Do not use libxml2 deprecated functions

The usage of xmlInitThreads() and xmlCleanupThreads() functions in
libxml2 is now marked as deprecated, and these functions will be made
private in the future.

Use xmlInitParser() and xmlCleanupParser() instead of them.

(cherry picked from commit a5d412d9243dc0404a321276364d5967fd69ea3a)
bin/named/main.c