From 543107dfcdedcb37bc4d53ce5d0ad6c32aa3da71 Mon Sep 17 00:00:00 2001 From: Ilia Rostovtsev Date: Fri, 11 Mar 2022 16:20:14 +0200 Subject: [PATCH] Fix typo in called function name https://github.com/webmin/webmin/issues/1608 --- firewall/firewall-lib.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firewall/firewall-lib.pl b/firewall/firewall-lib.pl index 30e4da450..be7fb48bb 100755 --- a/firewall/firewall-lib.pl +++ b/firewall/firewall-lib.pl @@ -316,7 +316,7 @@ else { # Create (if necessary) the Webmin iptables init script sub create_webmin_init { -local $res = &iptable_restore_command(); +local $res = &iptables_restore_command(); local $ipt = &has_command("ip${ipvx}tables"); local $out = &backquote_command("$res -h 2>&1