]> git.ipfire.org Git - thirdparty/systemd.git/commit
generators: fix parameters naming in symlink helper
authorLuca Boccassi <luca.boccassi@gmail.com>
Tue, 16 Sep 2025 09:11:58 +0000 (10:11 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 16 Sep 2025 14:50:22 +0000 (16:50 +0200)
commit892838911b21113a20a8ef0ad4f2e5336753afc8
tree7dc041384aee57973b52cd430f321b84f3108cf4
parent775a31bdfac785c588f34328f748bac10af61ffa
generators: fix parameters naming in symlink helper

Coverity gets confused because the names were swapped. The parameters
are all passed in the right position, so there's no functional issue,
but the naming is confusing and trips static analyzers, so fix it.

CID#1621624

Follow-up for 8a9ab3dbbc86cf72ef8f511a3214f66a61f6bd01
src/shared/generator.c