GNOME Bugzilla – Bug 673619
Fix some problems in the systemd code
Last modified: 2012-04-06 23:17:24 UTC
The stop and restart functions forgot to pass the manager object down, and then tried to emit signals on a NULL object. Also, we were unreffing a variant that was NULL half the time. Don't do that. Fixes the problem where a poweroff request in the presence of multiple user sessions leads to a PolicyKit dialog that comes back every time it is canceled.
Created attachment 211442 [details] [review] Fix some problems in the systemd code
Comment on attachment 211442 [details] [review] Fix some problems in the systemd code Thanks, please commit.