Skip to content

Commit f064ba0

Browse files
author
A. Täffner
committed
Merge branch 'dns-status' of git.ispconfig.org:darkalex/ispconfig3 into dns-status
Conflicts: install/sql/incremental/upd_dev_collection.sql server/plugins-available/bind_plugin.inc.php
2 parents 202920e + d1b91db commit f064ba0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/plugins-available/bind_plugin.inc.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -327,6 +327,7 @@ function soa_update($event_name, $data) {
327327
if(is_file($filename.'.err')) unlink($filename.'.err');
328328
if(is_file($filename.'.pending')) unlink($filename.'.pending');
329329
if(is_file($filename.'.signed')) unlink($filename.'.signed');
330+
}
330331

331332
//* Restart bind nameserver if update_acl is not empty, otherwise reload it
332333
if($data['new']['update_acl'] != '') {

0 commit comments

Comments
 (0)