summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r--perl-install/any.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm
index 14d69b6d8..7508039cd 100644
--- a/perl-install/any.pm
+++ b/perl-install/any.pm
@@ -667,7 +667,7 @@ sub get_autologin() {
$autologin_user = text2bool($conf{AUTOLOGIN}) && $conf{USER};
}
- { autologin => $autologin_user, desktop => $desktop };
+ { autologin => $autologin_user, desktop => $desktop, dm => $dm };
}
sub set_autologin {