From a3dc20ca1e54ff7e91210b7089f638e916a1ee3e Mon Sep 17 00:00:00 2001 From: Florent Villard Date: Wed, 3 Aug 2005 08:33:00 +0000 Subject: revert changes --- perl-install/authentication.pm | 2 -- 1 file changed, 2 deletions(-) (limited to 'perl-install/authentication.pm') 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') { - } } -- cgit v1.2.1