From 2ab8f4ef40949366d97f4799e8fe2016fa9d4ed6 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 20 Mar 2012 19:52:53 +0000 Subject: (set_provider) add a FIXME issue about an undeclared variable undeclared variable $net introduced by blino in r242689 on May 23 2008 --- lib/network/connection.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/network/connection.pm') diff --git a/lib/network/connection.pm b/lib/network/connection.pm index 6cf3036..4a1d9bd 100644 --- a/lib/network/connection.pm +++ b/lib/network/connection.pm @@ -181,6 +181,7 @@ sub set_provider { if ($self->{provider_name} ne N("Unlisted - edit manually")) { my @providers_data = $self->get_providers; $self->{provider} = $providers_data[0]{$self->{provider_name}}; + # FIXME: undeclared variable: $self->apply_provider_settings($net); } } -- cgit v1.2.1