Skip to content

Commit 55b6a46

Browse files
committed
x
1 parent db4cd76 commit 55b6a46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/ldap/ldap.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3696,6 +3696,7 @@ PHP_FUNCTION(ldap_start_tls)
36963696
ld = Z_LDAP_LINK_P(link);
36973697
VERIFY_LDAP_LINK_CONNECTED(ld);
36983698

3699+
36993700
if (((rc = ldap_set_option(ld->link, LDAP_OPT_PROTOCOL_VERSION, &protocol)) != LDAP_SUCCESS) ||
37003701
((rc = ldap_start_tls_s(ld->link, NULL, NULL)) != LDAP_SUCCESS)
37013702
) {

0 commit comments

Comments
 (0)