We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 202920e + d1b91db commit f064ba0Copy full SHA for f064ba0
1 file changed
server/plugins-available/bind_plugin.inc.php
@@ -327,6 +327,7 @@ function soa_update($event_name, $data) {
327
if(is_file($filename.'.err')) unlink($filename.'.err');
328
if(is_file($filename.'.pending')) unlink($filename.'.pending');
329
if(is_file($filename.'.signed')) unlink($filename.'.signed');
330
+ }
331
332
//* Restart bind nameserver if update_acl is not empty, otherwise reload it
333
if($data['new']['update_acl'] != '') {
0 commit comments