]> git.eshelyaron.com Git - emacs.git/commit
Fix problem when creating an .authinfo entry with an existing machine name
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 30 Jun 2021 12:27:49 +0000 (14:27 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 30 Jun 2021 12:27:49 +0000 (14:27 +0200)
commit81622484bc711f98bf7b4b5f84052590a0ae5d3f
tree6960792177f3a29e320c518b7ce0b085ba963968
parent4f2765f6f1a2cc6da408e3c5ff99ea5f8756bad4
Fix problem when creating an .authinfo entry with an existing machine name

* lisp/auth-source.el (auth-source-netrc-create): Don't return the
incorrect data if there's a matching host entry but the wrong user
name (bug#49289).
lisp/auth-source.el