Removed recursion during ssl handshake (should fix #34)

This commit is contained in:
Tomáš Golembiovský
2014-05-15 19:22:26 +02:00
parent 93cd9f094a
commit 5d82c4a6e5
+1 -1
View File
@@ -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