summaryrefslogtreecommitdiffstats
path: root/perl-install/install_any.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/install_any.pm')
-rw-r--r--perl-install/install_any.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/install_any.pm b/perl-install/install_any.pm
index 5a0e355e8..aaf0b2e8c 100644
--- a/perl-install/install_any.pm
+++ b/perl-install/install_any.pm
@@ -454,7 +454,8 @@ sub set_authentication {
$f->();
} 'configureNetwork';
};
- any::set_authentication($o, $o->{netc}, $o->{authentication} ||= {}, $when_network_is_up);
+ require authentication;
+ authentication::set($o, $o->{netc}, $o->{authentication} ||= {}, $when_network_is_up);
}
sub killCardServices() {