Fix return value when not doing STARTTLS

This commit is contained in:
Mark Felder 2024-09-17 13:17:40 -04:00
parent d0ee899ab9
commit 164ffbcab8

View file

@ -144,7 +144,7 @@ defmodule Pleroma.LDAP do
end end
true -> true ->
{:ok, :connection} {:ok, connection}
end end
after after
:ok :ok