]> git.ipfire.org Git - thirdparty/systemd.git/commit
core/service: remove redundant Unit.type check
authorMike Yuan <me@yhndnzj.com>
Tue, 26 Mar 2024 10:55:19 +0000 (18:55 +0800)
committerMike Yuan <me@yhndnzj.com>
Tue, 26 Mar 2024 10:55:19 +0000 (18:55 +0800)
commit469ff6b40e06b40860fa96c05a47ef08af3c97e1
tree4858d711057739da676f38ccc4f48819ef1d49b3
parent0d9e4b7aa443f6fddd9064c704bd02d17a67aeb3
core/service: remove redundant Unit.type check

SOCKET(u) returns NULL if the type doesn't match.
src/core/service.c