summaryrefslogtreecommitdiffstats
path: root/lib/network/netconnect.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/network/netconnect.pm')
-rw-r--r--lib/network/netconnect.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/network/netconnect.pm b/lib/network/netconnect.pm
index 4ccd732..2759554 100644
--- a/lib/network/netconnect.pm
+++ b/lib/network/netconnect.pm
@@ -205,7 +205,7 @@ sub real_main {
select_network => {
pre => sub {
my $_w = $in->wait_message(N("Please wait"), N("Scanning for networks..."));
- $connection->get_networks;
+ $connection->get_networks($net);
},
name => sub { $net->{type}->get_type_name . "\n\n" . N("Please select your network:") },
data => sub {