forked from drew/smtprelay
Fix spelling
This commit is contained in:
2
smtp.go
2
smtp.go
@@ -473,7 +473,7 @@ func (a *loginAuth) Next(fromServer []byte, more bool) ([]byte, error) {
|
|||||||
case "Password:":
|
case "Password:":
|
||||||
return []byte(a.password), nil
|
return []byte(a.password), nil
|
||||||
default:
|
default:
|
||||||
return nil, errors.New("Unkown fromServer")
|
return nil, errors.New("Unknown fromServer")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return nil, nil
|
return nil, nil
|
||||||
|
|||||||
Reference in New Issue
Block a user