Fixed an issue with rdns-manager that broke compatibility with older perls in weird ways
This commit is contained in:
parent
b1485bbf55
commit
7955f74ec0
|
@ -37,7 +37,7 @@ my $made_modifications = '';
|
|||
|
||||
#functions
|
||||
sub nicedie {
|
||||
print;
|
||||
print @_;
|
||||
print "\n";
|
||||
exit 1;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue