]> git.ipfire.org Git - thirdparty/systemd.git/commit
tree-wide: drop redundant check for SD_VARLINK_METHOD_MORE flag
authorMike Yuan <me@yhndnzj.com>
Sun, 8 Feb 2026 20:47:38 +0000 (21:47 +0100)
committerMike Yuan <me@yhndnzj.com>
Mon, 16 Feb 2026 08:44:54 +0000 (09:44 +0100)
commit09388a6b9e471c817f00b8f4f59b514810670a71
treefa15d9db0a92a4cdd92dfa72294e19f0f40a40ca
parent42ed373294aa79c9a26a9db3122c944aa77f838e
tree-wide: drop redundant check for SD_VARLINK_METHOD_MORE flag

If the IDL declares the method requires 'more' yet the call doesn't
have it set, varlink_idl_validate_method_call() should have rejected
it and the callback shouldn't be reached.
src/bootctl/bootctl-status.c
src/import/importd.c
src/pcrlock/pcrlock.c
src/resolve/resolved-varlink.c
src/shared/metrics.c
src/sysext/sysext.c