summaryrefslogtreecommitdiffstats
path: root/lib/network/connection.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/network/connection.pm')
-rw-r--r--lib/network/connection.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/network/connection.pm b/lib/network/connection.pm
index e2ab8fe..5467d6f 100644
--- a/lib/network/connection.pm
+++ b/lib/network/connection.pm
@@ -257,10 +257,9 @@ sub write_settings {
network::network::reload_net_applet();
}
-sub get_networks {
+sub probed_networks {
my ($self) = @_;
$self->{probed_networks} = 1;
- $self->{networks};
}
sub connect {