summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xperl-install/standalone/drakboot2
1 files changed, 1 insertions, 1 deletions
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();
}
}