diff options
-rwxr-xr-x | perl-install/standalone/drakauth | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakauth b/perl-install/standalone/drakauth index 1d89e08d7..e20848a03 100755 --- a/perl-install/standalone/drakauth +++ b/perl-install/standalone/drakauth @@ -30,7 +30,7 @@ $in->ask_from(N("Authentication"), authentication::kind2description(), authentication::ask_parameters($in, $netc, $authentication, $kind) or goto main; eval { - authentication::set($in, $netc, $authentication, sub { my ($f) = @_; $f->() }); + authentication::set($in, $netc, $authentication); network::network::write_conf("$::prefix/etc/sysconfig/network", $netc); }; if (my $err = $@) { |