mirror of
https://github.com/systemd/systemd.git
synced 2026-07-13 02:51:14 +00:00
The error-code propagated via sysview is always negative. Avoid multiplying by -1 before returning it. Otherwise, we will return >0 instead of <0, which will not be detected as error by sysview-core.