mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +00:00
Fix variable declaration
This commit is contained in:
@@ -92,7 +92,7 @@ a hash ref containing the following keys :
|
||||
=cut
|
||||
sub parse_logline
|
||||
{
|
||||
local ($line) = @_;
|
||||
my ($line) = @_;
|
||||
if (!$line) {
|
||||
return undef;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user