mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2024-12-22 16:16:34 +00:00
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 @@ defmodule Pleroma.LDAP do
|
||||||
end
|
end
|
||||||
|
|
||||||
true ->
|
true ->
|
||||||
{:ok, :connection}
|
{:ok, connection}
|
||||||
end
|
end
|
||||||
after
|
after
|
||||||
:ok
|
:ok
|
||||||
|
|
Loading…
Reference in a new issue