diff options
author | Florent Villard <warly@mandriva.com> | 2005-08-03 08:05:58 +0000 |
---|---|---|
committer | Florent Villard <warly@mandriva.com> | 2005-08-03 08:05:58 +0000 |
commit | f0f245272fceee55c92b5daa3942927148d06a5d (patch) | |
tree | 5bed7ed2e0f3fb5b41151b0cbf2aa3979e1628be /perl-install/authentication.pm | |
parent | 8cb73f30ccb8b02bb983a7dd084ba97ee4a5aab7 (diff) | |
download | drakx-f0f245272fceee55c92b5daa3942927148d06a5d.tar drakx-f0f245272fceee55c92b5daa3942927148d06a5d.tar.gz drakx-f0f245272fceee55c92b5daa3942927148d06a5d.tar.bz2 drakx-f0f245272fceee55c92b5daa3942927148d06a5d.tar.xz drakx-f0f245272fceee55c92b5daa3942927148d06a5d.zip |
some x86_64 build fixes
Diffstat (limited to 'perl-install/authentication.pm')
-rw-r--r-- | perl-install/authentication.pm | 2 |
1 files changed, 2 insertions, 0 deletions
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') { + } } |