Don't log missing pin file.

v0.7
Martin Dosch 8 months ago
parent 7dbbcf45e7
commit 23770b4e00
No known key found for this signature in database
GPG Key ID: 52A57CFCE13D657D

@ -230,10 +230,7 @@ func main() {
}
// Check whether an authentification mechanism is pinned.
authMech, err := parsePinFile(user)
if err != nil {
log.Println("couldn't open authentification pin file:", err)
}
authMech, _ := parsePinFile(user)
// Set XMPP connection options.
options := xmpp.Options{

Loading…
Cancel
Save