From f0f245272fceee55c92b5daa3942927148d06a5d Mon Sep 17 00:00:00 2001 From: Florent Villard Date: Wed, 3 Aug 2005 08:05:58 +0000 Subject: some x86_64 build fixes --- perl-install/authentication.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'perl-install/authentication.pm') diff --git a/perl-install/authentication.pm b/perl-install/authentication.pm index 1affd1a9c..ae3879824 100644 --- a/perl-install/authentication.pm +++ b/perl-install/authentication.pm @@ -358,6 +358,8 @@ 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