Commit f832aab4 authored by Ad Schellevis's avatar Ad Schellevis Committed by Franco Fichtner

(legacy) error in cleanup is_specialnet

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