[systemd-bugs] [Bug 62676] systemctl [reboot|shutdown] wronly believes root is still logged in on a tty
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Mar 25 09:59:00 PDT 2013
https://bugs.freedesktop.org/show_bug.cgi?id=62676
--- Comment #2 from Peter Weber <peter.weber at ttyhoney.com> ---
from sd-login.h (didn't found implementation):
/* Get all sessions, store in *sessions. Returns the number of
* sessions. If sessions is NULL only returns number of sessions. */
int sd_get_sessions(char ***sessions);
from systemctl.c:
_cleanup_strv_free_ char **sessions = NULL; // it is NULL??
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/systemd-bugs/attachments/20130325/20971c4b/attachment.html>
More information about the systemd-bugs
mailing list