From aba073e17135c97258aada8324a72c5d2198f773 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Kuzn=C3=ADk?= Date: Tue, 19 Mar 2019 16:44:30 +0000 Subject: [PATCH] ITS#8980 Actually return the computed status --- libraries/libldap/tls_o.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/libldap/tls_o.c b/libraries/libldap/tls_o.c index de01465036..18f5c1f4bb 100644 --- a/libraries/libldap/tls_o.c +++ b/libraries/libldap/tls_o.c @@ -542,6 +542,7 @@ tlso_session_connect( LDAP *ld, tls_session *sess ) } } #endif /* LDAP_USE_NON_BLOCKING_TLS */ + return rc; } static int