]> git.eshelyaron.com Git - emacs.git/commit
auth-source: Fix wrong-type-argument when searching plstore
authorDaiki Ueno <ueno@gnu.org>
Tue, 15 Oct 2019 10:42:37 +0000 (12:42 +0200)
committerDaiki Ueno <ueno@gnu.org>
Tue, 15 Oct 2019 10:49:45 +0000 (12:49 +0200)
commitfcb89237d9ab969bcd29bf8f8fae8d9905644b92
tree965b62e595fcd9670c244c36d1d946ea864ee61b
parent42df8cd686f359de7a4f2d8c941ca8f8f05f4e0b
auth-source: Fix wrong-type-argument when searching plstore

`auth-source-search' can be called with an integer port number from
`network-stream-certificate`, while the backend implementation doesn't
allow non-string attributes.

* lisp/auth-source.el (auth-source-plstore-search): Ensure attributes
are string.
lisp/auth-source.el