Fix variable declaration

This commit is contained in:
Jamie Cameron
2012-05-15 21:24:12 -07:00
parent fcc8c43ff4
commit bb45d49246

View File

@@ -92,7 +92,7 @@ a hash ref containing the following keys :
=cut
sub parse_logline
{
local ($line) = @_;
my ($line) = @_;
if (!$line) {
return undef;
}