Commit bfa33027 authored by Ad Schellevis's avatar Ad Schellevis

(legacy) more cleanups

parent f57d3eba
...@@ -521,7 +521,7 @@ function is_specialnet($net) { ...@@ -521,7 +521,7 @@ function is_specialnet($net) {
if(!$net) if(!$net)
return false; return false;
if (in_array($net, $specialsrcdst)) if (is_array($net) && in_array($net, $specialsrcdst))
return true; return true;
else else
return false; return false;
......
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