Commit aa19836a authored by Franco Fichtner's avatar Franco Fichtner

src: whitspace sweep

parent 91e495fc
...@@ -254,7 +254,7 @@ function parse_filter_line($line) ...@@ -254,7 +254,7 @@ function parse_filter_line($line)
} }
break; break;
} }
} elseif ($flent['protoid'] == '2') { // IGMP } elseif ($flent['protoid'] == '2') { // IGMP
$flent['src'] = $flent['srcip']; $flent['src'] = $flent['srcip'];
$flent['dst'] = $flent['dstip']; $flent['dst'] = $flent['dstip'];
} elseif ($flent['protoid'] == '112') { // CARP } elseif ($flent['protoid'] == '112') { // CARP
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment