summaryrefslogtreecommitdiffstats
path: root/perl-install/network/activefw.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/network/activefw.pm')
-rw-r--r--perl-install/network/activefw.pm6
1 files changed, 1 insertions, 5 deletions
diff --git a/perl-install/network/activefw.pm b/perl-install/network/activefw.pm
index 466661eef..f524f7fb1 100644
--- a/perl-install/network/activefw.pm
+++ b/perl-install/network/activefw.pm
@@ -16,11 +16,7 @@ sub new {
set_DBus_watch($con);
$con->dispatch;
- my $o = bless {
- bus => $bus,
- daemon => $daemon
- }, $type;
-
+ my $o = bless { bus => $bus }, $type;
$o->find_daemon;
$o;