summaryrefslogtreecommitdiffstats
path: root/perl-install/authentication.pm
diff options
context:
space:
mode:
authorFlorent Villard <warly@mandriva.com>2005-08-03 08:33:00 +0000
committerFlorent Villard <warly@mandriva.com>2005-08-03 08:33:00 +0000
commita3dc20ca1e54ff7e91210b7089f638e916a1ee3e (patch)
treec3a9eaa951e091dea1ba2b5db7288a7ba232b921 /perl-install/authentication.pm
parent0db35d38c56dcad87103e291057656d0c7769df2 (diff)
downloaddrakx-a3dc20ca1e54ff7e91210b7089f638e916a1ee3e.tar
drakx-a3dc20ca1e54ff7e91210b7089f638e916a1ee3e.tar.gz
drakx-a3dc20ca1e54ff7e91210b7089f638e916a1ee3e.tar.bz2
drakx-a3dc20ca1e54ff7e91210b7089f638e916a1ee3e.tar.xz
drakx-a3dc20ca1e54ff7e91210b7089f638e916a1ee3e.zip
revert changes
Diffstat (limited to 'perl-install/authentication.pm')
-rw-r--r--perl-install/authentication.pm2
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') {
-
}
}