From 1c789d649144e8ed98af455b7a33e5d89f56fba4 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Fri, 13 Aug 2004 14:12:01 +0000 Subject: (updateAutologin) clean any::set_autologin() call --- perl-install/standalone/drakboot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/standalone/drakboot b/perl-install/standalone/drakboot index 5836befd1..2e077eca4 100755 --- a/perl-install/standalone/drakboot +++ b/perl-install/standalone/drakboot @@ -258,7 +258,7 @@ sub updateAutologin() { if ($auto_buttons[1]->get_active) { any::set_autologin($usern, $deskt); } else { - any::set_autologin(undef, undef); + any::set_autologin(); } } -- cgit v1.2.1