diff --git a/ngx_http_auth_ldap_module.c b/ngx_http_auth_ldap_module.c index 98be280..40cca18 100644 --- a/ngx_http_auth_ldap_module.c +++ b/ngx_http_auth_ldap_module.c @@ -1213,7 +1213,7 @@ ngx_http_auth_ldap_ssl_handshake(ngx_http_auth_ldap_connection_t *c) return; } - ngx_http_auth_ldap_ssl_handshake_handler(c); + ngx_http_auth_ldap_ssl_handshake_handler(c->conn.connection); return; } #endif