]> git.ipfire.org Git - thirdparty/curl.git/commit
netrc: compare user name case sensitively
authorDaniel Stenberg <daniel@haxx.se>
Thu, 6 Oct 2022 07:16:42 +0000 (09:16 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 6 Oct 2022 08:25:06 +0000 (10:25 +0200)
commit6d90308a39dd5ca699cb9db6d73f687b7639a340
tree5bfb3871ae431fda58432c0a816ec3d3efacb5aa
parentea3ce80fa8d0e7c231c88aab21e625bfb0ad038e
netrc: compare user name case sensitively

User name comparisions in netrc need to match the case.

Closes #9657
lib/netrc.c