2
0
forked from drew/smtprelay

Fixes for new authentication code

This commit is contained in:
Bernhard Froehlich
2019-01-07 11:52:25 +00:00
parent 3a96014c70
commit b9d1663a18
2 changed files with 2 additions and 1 deletions

View File

@@ -25,7 +25,7 @@ func AuthLoadFile(file string) error {
}
func AuthReady() bool {
return (filename == "")
return (filename != "")
}
func AuthFetch(username string) (string, string, error) {