]> 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)
committerEvan Hunt <each@isc.org>
Mon, 13 Jul 2020 20:12:33 +0000 (13:12 -0700)
commit002c328437e7dbc59bbbc23d5bfea5bd6150bdc9
treef7476757949c2ff8b238c67c02e7ecd2604f4d37
parent0580d9cd8c08472c29876daa368c770beaaad87a
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.
bin/named/server.c