[fix] m_bind.php fixing reconfig instead of reload

This commit is contained in:
Benjamin Sonntag 2018-10-16 23:08:54 +02:00
parent 13564a9d73
commit b4aa7c3957
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ class m_bind {
}
if ($this->shouldreconfig) {
$ret=0;
exec($this->RNDC." reload 2>&1",$out,$ret);
exec($this->RNDC." reconfig 2>&1",$out,$ret);
if ($ret!=0) {
$msg->raise("ERROR","bind","Error while reconfiguring bind, error code is $ret\n".implode("\n",$out));
} else {