From de1e987968703ab7d9591fa52f3842f06d6ee072 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Fri, 19 Aug 2005 16:12:02 +0000 Subject: try to get protocol as text --- perl-install/standalone/drakids | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'perl-install/standalone/drakids') diff --git a/perl-install/standalone/drakids b/perl-install/standalone/drakids index b4870c987..52763432e 100644 --- a/perl-install/standalone/drakids +++ b/perl-install/standalone/drakids @@ -126,9 +126,9 @@ sub handle_blacklist { $prefix eq 'SERV' ? N("Service attack") : $prefix eq 'PASS' ? N("Password cracking") : '', - network::ifw::get_service($port) || '', + network::ifw::get_service($port), $indev, - $protocol || '', + network::ifw::get_protocol($protocol), ]; } -- cgit v1.2.1