Fix return value when not doing STARTTLS
This commit is contained in:
parent
d0ee899ab9
commit
164ffbcab8
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ defp connect do
|
|||
end
|
||||
|
||||
true ->
|
||||
{:ok, :connection}
|
||||
{:ok, connection}
|
||||
end
|
||||
after
|
||||
:ok
|
||||
|
|
Loading…
Reference in a new issue