Fix return value when not doing STARTTLS
This commit is contained in:
parent
d0ee899ab9
commit
164ffbcab8
@ -144,7 +144,7 @@ defmodule Pleroma.LDAP do
|
||||
end
|
||||
|
||||
true ->
|
||||
{:ok, :connection}
|
||||
{:ok, connection}
|
||||
end
|
||||
after
|
||||
:ok
|
||||
|
Loading…
Reference in New Issue
Block a user