]> git.ipfire.org Git - thirdparty/bind9.git/commit
don't use exclusive mode for rndc commands that don't need it
authorEvan Hunt <each@isc.org>
Wed, 15 Apr 2020 21:37:47 +0000 (14:37 -0700)
committerOndřej Surý <ondrej@isc.org>
Thu, 1 Oct 2020 14:44:43 +0000 (16:44 +0200)
commit126320173256ba87dd54f0b7ddd87a112fb63f85
treec10879752de564134b2aa8b32c439bdcc9a75ccb
parent6b77bd309a56b1e6fda34b0d1ca5f09ebfec2777
don't use exclusive mode for rndc commands that don't need it

"showzone" and "tsig-list" both used exclusive mode unnecessarily;
changing this will simplify future refactoring a bit.

(cherry picked from commit 002c328437e7dbc59bbbc23d5bfea5bd6150bdc9)
bin/named/server.c