diff options
Diffstat (limited to 'perl-install/standalone')
-rw-r--r-- | perl-install/standalone/drakids | 4 |
1 files changed, 2 insertions, 2 deletions
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), ]; } |