From 26e4db4a9e93da3cb10c834bb42fec417d5c2de3 Mon Sep 17 00:00:00 2001
From: Olivier Blin <oblin@mandriva.org>
Date: Tue, 15 Feb 2005 17:20:07 +0000
Subject: fix typo again

---
 perl-install/standalone/net_applet | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/perl-install/standalone/net_applet b/perl-install/standalone/net_applet
index a04927f7c..6cbb6ea9e 100644
--- a/perl-install/standalone/net_applet
+++ b/perl-install/standalone/net_applet
@@ -187,7 +187,7 @@ sub setAutoStart {
 sub handle_attack {
     my ($seq, $timestamp, $indev, $prefix, $sensor, $protocol, $addr, $port, $icmp_type) = @_;
 
-    my $ip_addr = activefw::get_ip($addr);
+    my $ip_addr = activefw::get_ip_address($addr);
     my $hostname = activefw::resolve_address($ip_addr);
     my $service = activefw::get_service($port);
 
-- 
cgit v1.2.1