]> git.ipfire.org Git - thirdparty/curl.git/commit
http_aws_sigv4: remove useless assignment
authorDaniel Stenberg <daniel@haxx.se>
Fri, 19 Apr 2024 12:12:36 +0000 (14:12 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 19 Apr 2024 21:46:54 +0000 (23:46 +0200)
commitac49152e26c933c1895ece4c7498a8e632d65899
tree922a20846b1f594993cecd5e056499d95ed4946e
parent51a3b9f8b39615b42a55090e7effe7be0a3c2e5f
http_aws_sigv4: remove useless assignment

This code assigned the variable the same value it already had

Spotted by CodeSonar

Closes #13426
lib/http_aws_sigv4.c