Skip to content

Commit dc3c29e

Browse files
author
A. Täffner
committed
Zone-Checking improved
Implements a colored background if bind fails to load the zone due to errors Implements a status text if errors occured Implements not removing a zone if errors occur. instead old zone stays loaded
1 parent 4930e96 commit dc3c29e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/plugins-available/bind_plugin.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,8 +338,8 @@ function soa_update($event_name, $data) {
338338

339339
if(is_file($filename)) unlink($filename);
340340
if(is_file($filename.'.err')) unlink($filename.'.err');
341-
if(is_file($filename.'.signed')) unlink($filename.'.signed');
342341
if(is_file($filename.'.pending')) unlink($filename.'.pending');
342+
if(is_file($filename.'.signed')) unlink($filename.'.signed');
343343
}
344344

345345
//* Restart bind nameserver if update_acl is not empty, otherwise reload it

0 commit comments

Comments
 (0)