mirror of
https://github.com/systemd/systemd.git
synced 2024-11-23 10:13:34 +08:00
1056457d11
This fixes the following assertion:
===
SYSTEMD_LOG_LEVEL=debug systemctl --user -H foo --boot-loader-entry=help
Assertion 'transport != BUS_TRANSPORT_REMOTE || runtime_scope == RUNTIME_SCOPE_SYSTEM' failed at src/shared/bus-util.c:284, function bus_connect_transport(). Ignoring.
Failed to connect to bus: Operation not supported
===
Fixes a bug introduced by
|
||
---|---|---|
.. | ||
help.input | ||
missing-strv-free | ||
oss-fuzz-31055 | ||
oss-fuzz-31714 | ||
oss-fuzz-56915 | ||
oss-fuzz-70153 |