GNOME Bugzilla – Bug 689367
slave: cancel start session request if slave gets stopped
Last modified: 2012-11-30 17:46:24 UTC
If the slave gets stopped right before we start the user's session, then we'll have a queued start session in flight, and variable set to the session name to be started duplicated. This gunks up the stopping logic and leads to infinite recursion. This commit cancels the start session operation to correct the bug.
Created attachment 230314 [details] [review] slave: cancel start session request if slave gets stopped
Attachment 230314 [details] pushed as 6c6e513 - slave: cancel start session request if slave gets stopped