summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--perl-install/network/activefw.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/network/activefw.pm b/perl-install/network/activefw.pm
index 6e3b781eb..ef6fdf8b9 100644
--- a/perl-install/network/activefw.pm
+++ b/perl-install/network/activefw.pm
@@ -85,7 +85,7 @@ sub get_service {
sub get_ip_address {
my ($addr) = @_;
- inet_ntoa(pack('N', $addr));
+ inet_ntoa(pack('L', $addr));
}
sub resolve_address {