]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blobdiff - html/cgi-bin/logs.cgi/showrequestfromport.dat
little cgi fix
[people/teissler/ipfire-2.x.git] / html / cgi-bin / logs.cgi / showrequestfromport.dat
index 6103431322d6e91c333487924c39565550d882de..ee1d2eb010a45e367a6cc5a8969a7a9ee69f3746 100644 (file)
@@ -310,7 +310,7 @@ foreach $_ (@slice)
        $_ =~ /(^.* ..:..:..) [\w\-]+ kernel:(.*)(IN=.*)$/;
        my $timestamp = $1; my $chain = $2; my $packet = $3;
        $timestamp =~ /(...) (..) (..:..:..)/;
-       my $month = $1; my $day = $2; my $time = $3;
+       my $month = $1; my $day = $2; my $time = $3; my $iface;
 
        if ($a =~ /IN\=(\w+)/) { $iface = $1; }
        if ($a =~ /OUT\=(\w+)/) { $out = $1; }