<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - systemctl [reboot|shutdown] wronly believes root is still logged in on a tty"
href="https://bugs.freedesktop.org/show_bug.cgi?id=62676#c2">Comment # 2</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW --- - systemctl [reboot|shutdown] wronly believes root is still logged in on a tty"
href="https://bugs.freedesktop.org/show_bug.cgi?id=62676">bug 62676</a>
from <span class="vcard"><a class="email" href="mailto:peter.weber@ttyhoney.com" title="Peter Weber <peter.weber@ttyhoney.com>"> <span class="fn">Peter Weber</span></a>
</span></b>
<pre>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??</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the QA Contact for the bug.</li>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>