]> git.ipfire.org Git - thirdparty/systemd.git/commit
ssh-generator: drop redundant check
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 31 Jan 2026 06:30:58 +0000 (15:30 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 3 Feb 2026 07:50:00 +0000 (16:50 +0900)
commit9666541a568449c30d3e804e7f8a9150fbd97b50
tree4dd25e3183cd43cf8d4cecf8816411af189e6820
parent70510c2c908958a744a1ba39963162b720cd7115
ssh-generator: drop redundant check

The loop STRV_FOREACH() below does nothing if the strv is empty.
src/ssh-generator/ssh-generator.c