summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorRay Strode <rstrode@redhat.com>2012-09-06 13:51:45 -0400
committerRay Strode <rstrode@redhat.com>2012-09-06 13:55:12 -0400
commit360772d6c9f1b3e099c19271ca12443d72fa799d (patch)
treeff76dd5a864c9844c12e7b5a20b94fb0f542ed7a /utils
parentaeb5c6fa4e46653efda85a7341abee5a0565fe97 (diff)
downloadgdm-360772d6c9f1b3e099c19271ca12443d72fa799d.tar.gz
slave: don't prematurely set is_running to FALSE
When the session ends we 1) set the session id to NULL 2) set is_running to FALSE 3) call gdm_slave_stop which 4) runs the PostSesssion script if is_running is true 5) sets is_running to FALSE 4) will always fail because of 2, and 2 is unnecessary because of 5. This commit defers settings is_running to false until gdm_session_stop. Spotted by Gert Kulyk https://bugzilla.gnome.org/show_bug.cgi?id=681888
Diffstat (limited to 'utils')
0 files changed, 0 insertions, 0 deletions