diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/authentication.pm | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/perl-install/authentication.pm b/perl-install/authentication.pm index ae3879824..1affd1a9c 100644 --- a/perl-install/authentication.pm +++ b/perl-install/authentication.pm @@ -358,8 +358,6 @@ sub set { $when_network_is_up->(sub { run_program::rooted($::prefix, 'net', 'ads', 'join', '-U', $authentication->{winuser} . '%' . $authentication->{winpass}); }); - } elsif ($kind eq 'smartcard') { - } } |