Fixed an issue with rdns-manager that broke compatibility with older perls in weird ways

This commit is contained in:
Maff 2014-06-05 01:37:59 +01:00
parent b1485bbf55
commit 7955f74ec0
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ my $made_modifications = '';
#functions
sub nicedie {
print;
print @_;
print "\n";
exit 1;
}