From da05e07629a8d1afccdb356ac47964df41987476 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 4 Sep 2014 11:13:41 +0200 Subject: [PATCH] general-functions.pl: Fix syntax error --- config/cfgroot/general-functions.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.39.2