diff options
author | Robert Ancell <robert.ancell@canonical.com> | 2011-07-22 09:13:44 +1000 |
---|---|---|
committer | Robert Ancell <robert.ancell@canonical.com> | 2011-07-22 09:13:44 +1000 |
commit | 1695715a76c4b7d0e1c7746e5c852750407e9df3 (patch) | |
tree | fe0f1f8cd139e6de5382f041464f5ca73273d6b7 /tests/scripts/switch-to-guest.conf | |
parent | f3c308eaa5c8fe231f469f5e8d7bcc9a569d4fd1 (diff) | |
download | lightdm-git-1695715a76c4b7d0e1c7746e5c852750407e9df3.tar.gz |
Fix freed variable getting guest account
Diffstat (limited to 'tests/scripts/switch-to-guest.conf')
-rw-r--r-- | tests/scripts/switch-to-guest.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/scripts/switch-to-guest.conf b/tests/scripts/switch-to-guest.conf index 0077074d..a9d8d872 100644 --- a/tests/scripts/switch-to-guest.conf +++ b/tests/scripts/switch-to-guest.conf @@ -1,2 +1,5 @@ [LightDM] guest-account-script=test-guest-account + +[SeatDefaults] +autologin-user=alice |