Passed incorrect pointer to SSL handshake handler.

main
Tomáš Golembiovský 10 years ago
parent 7aa2414c76
commit fae9e215c6
  1. 2
      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

Loading…
Cancel
Save