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
|
end
|
||||||
|
|
||||||
true ->
|
true ->
|
||||||
{:ok, :connection}
|
{:ok, connection}
|
||||||
end
|
end
|
||||||
after
|
after
|
||||||
:ok
|
:ok
|
||||||
|
Loading…
Reference in New Issue
Block a user