Removed recursion during ssl handshake (should fix #34)

main
Tomáš Golembiovský 11 years ago
parent 93cd9f094a
commit 5d82c4a6e5
  1. 2
      ngx_http_auth_ldap_module.c

@ -1209,7 +1209,7 @@ ngx_http_auth_ldap_ssl_handshake(ngx_http_auth_ldap_connection_t *c)
return;
}
ngx_http_auth_ldap_ssl_handshake(c);
ngx_http_auth_ldap_ssl_handshake_handler(c);
return;
}
#endif

Loading…
Cancel
Save