From a07b65e3765f440efadd4548393e9f215eacb46d Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Wed, 25 Feb 2009 17:04:48 +0000 Subject: do not require net monitor for connection timeout, it just needs dbus now --- lib/network/connection_manager.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/network/connection_manager.pm b/lib/network/connection_manager.pm index 15168e3..d6dd3cb 100644 --- a/lib/network/connection_manager.pm +++ b/lib/network/connection_manager.pm @@ -38,7 +38,7 @@ sub new { sub set_connection { my ($cmanager, $connection) = @_; $cmanager->{connection} = $connection; - $cmanager->{wait_message_timeout} = 20*1000 if ref($connection) eq 'network::connection::wireless' && $cmanager->{net}{monitor}; + $cmanager->{wait_message_timeout} = 20*1000 if ref($connection) eq 'network::connection::wireless'; } sub check_setup { -- cgit v1.2.1