]> git.ipfire.org Git - thirdparty/bind9.git/commit
ignore reload request if in a reload process
authorColin Vidal <colin@isc.org>
Tue, 22 Apr 2025 13:41:39 +0000 (15:41 +0200)
committerEvan Hunt <each@isc.org>
Mon, 23 Jun 2025 17:45:14 +0000 (10:45 -0700)
commitd7416bb472b14dc317cd0f2ee0a8fc3d4082623e
tree292195c459837e89b52a182a2cbe70607d14f97c
parentd7de2ba08477c97e64c00bfffe49be24df077860
ignore reload request if in a reload process

Ignore an 'rndc reload' or 'rndc reconfig' command if received by named
while the server is currently reloading itself.
bin/named/control.c
bin/named/include/named/server.h
bin/named/server.c