From eae92b2bafe3a94a3c6c616f8ff02c6fa013e97a Mon Sep 17 00:00:00 2001 From: Alexander Marx Date: Mon, 14 Apr 2014 08:02:16 +0200 Subject: [PATCH] Firewall: Bug 10514 fixed --- html/cgi-bin/fwhosts.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/cgi-bin/fwhosts.cgi b/html/cgi-bin/fwhosts.cgi index 53d93ef5a5..e8ddf461e6 100644 --- a/html/cgi-bin/fwhosts.cgi +++ b/html/cgi-bin/fwhosts.cgi @@ -1846,7 +1846,7 @@ sub viewtablegrp print "$Lang::tr{'fwhost deleted'}$customgrp{$key}[3]
"; }else{ my ($colip,$colsub) = split("/",$ip); - $ip="$colip/".&General::subtocidr($colsub) if ($colsub); + $ip="$colip/".&General::iporsubtocidr($colsub) if ($colsub); print"".&getcolor($ip)."$customgrp{$key}[3]"; } if ($delflag > 0 && $ip ne ''){ -- 2.39.5