[systemd-bugs] [Bug 88284] Setting ShutdownWatchdogUSec via D-Bus does nothing

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Jan 30 02:53:46 PST 2015


https://bugs.freedesktop.org/show_bug.cgi?id=88284

--- Comment #4 from Maxim Mikityanskiy <maxtram95 at gmail.com> ---
(In reply to Kay Sievers from comment #2)
> Reverted the patch. It causes systemd --version to segfault.
> Please fix it and resubmit. Thanks!

Sorry about that, I overlooked that m may be NULL. There is a new patch that
assigns arg_shutdown_watchdog only if m is not NULL. In the case m == NULL
(e.g. when calling systemd --version) we don't need arg_shutdown_watchdog
anyway, we only need it on shutdown when m is definitely not 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/20150130/9f0bc138/attachment.html>


More information about the systemd-bugs mailing list