chiark / gitweb /
Fixes to user and session saving
authorAndy Wingo <wingo@pobox.com>
Sun, 6 Mar 2016 15:56:33 +0000 (16:56 +0100)
committerAndy Wingo <wingo@pobox.com>
Sun, 6 Mar 2016 16:14:24 +0000 (17:14 +0100)
commitb5c5dd2ad43a3bf4fa0fb21139f8d16959b5d14e
treea3e33e62ff3ee9b47802e6ac300e50cc2e41c461
parent162255186046fa7a5e82859b7dba5a7909ce6fc4
Fixes to user and session saving

* src/login/logind-dbus.c (method_create_session): No need to save
  session here, as session_send_create_reply will do it.
* src/login/logind-session-dbus.c (session_send_create_reply): On the
  other hand we do need to save the user here, so the file marks them as
  being active.
src/login/logind-dbus.c
src/login/logind-session-dbus.c