netrc: fix password-only entries When a specific hostname matched, and only a password is set before another machine is specified in the netrc file, the parser would not be happy and
netrc: fix password-only entries When a specific hostname matched, and only a password is set before another machine is specified in the netrc file, the parser would not be happy and stop there and return the password-only state. It instead continued and did not return a match. Add test 2005 to verify this case Regression from e9b9bba, shipped in 8.11.1. Reported-by: Ben Zanin Fixes #15767 Closes #15768
show more ...
|