diff --git a/config/cfgroot/general-functions.pl b/config/cfgroot/general-functions.pl index 7c88cfc68..4ed5a5520 100644 --- a/config/cfgroot/general-functions.pl +++ b/config/cfgroot/general-functions.pl @@ -388,7 +388,7 @@ sub iporsubtocidr } sub getnetworkip { - my $arg = join("/", $@); + my $arg = join("/", @_); return &Network::get_netaddress($arg); }