]> granicus.if.org Git - curl/commit
netrc: make the code try ".netrc" on Windows as well
authorDaniel Stenberg <daniel@haxx.se>
Fri, 16 Aug 2019 09:30:29 +0000 (11:30 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 20 Aug 2019 09:48:42 +0000 (11:48 +0200)
commitf9c7ba9096ec29db2536481d8e9ebe314e007f0c
tree7ddb18330e1e0f90b644a2bcfdaebddf6bd50d9c
parent1a0dc6f6a31fe0c7dd83af9f6f4531b37cdd72a5
netrc: make the code try ".netrc" on Windows as well

... but fall back and try "_netrc" too if the dot version didn't work.

Co-Authored-By: Steve Holme
lib/netrc.c