]> git.ipfire.org Git - thirdparty/curl.git/commit
tool_operate: remove redundant condition
authorDaniel Stenberg <daniel@haxx.se>
Thu, 6 Nov 2025 08:52:30 +0000 (09:52 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 6 Nov 2025 10:39:52 +0000 (11:39 +0100)
commit66a66c596b023d0502aae19787300579338850fa
tree8389360408dde7e30792aa55cafa01dd62a0a1af
parent56129718b80b5bd5a551522086901b2feb906505
tool_operate: remove redundant condition

And avoid an early return.

Pointed out by CodeSonar

Closes #19381
src/tool_operate.c