logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 164ffbcab822eda4c28f912082b6a7a3ec64a7e5
parent d0ee899ab94788e37e6ac3c43342017d1b27903a
Author: Mark Felder <feld@feld.me>
Date:   Tue, 17 Sep 2024 13:17:40 -0400

Fix return value when not doing STARTTLS

Diffstat:

Mlib/pleroma/ldap.ex2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/pleroma/ldap.ex b/lib/pleroma/ldap.ex @@ -144,7 +144,7 @@ defmodule Pleroma.LDAP do end true -> - {:ok, :connection} + {:ok, connection} end after :ok