]> git.ipfire.org Git - thirdparty/bind9.git/commit
Do not warn about lock-file option change when -X is used
authorAram Sargsyan <aram@isc.org>
Thu, 26 Oct 2023 12:28:25 +0000 (12:28 +0000)
committerAram Sargsyan <aram@isc.org>
Thu, 26 Oct 2023 13:12:57 +0000 (13:12 +0000)
commit08de15e5f28415c1406b6fc8a4af83aae06c0d68
treee672e23b378c18b74b91918f84ed1e216341adcb
parent4ed32424c87a861e24f5be7322ee681c5a4f9e3f
Do not warn about lock-file option change when -X is used

When -X is used the 'lock-file' option change detection condition
is invalid, because it compares the 'lock-file' option's value to
the '-X' argument's value instead of the older 'lock-file' option
value (which was ignored because of '-X').

Don't warn about changing 'lock-file' option if '-X' is used.

(cherry picked from commit 41945b32d76c99e18c697d03ebc039091386667c)
bin/named/server.c