Merge pull request #58 from nyoxi/master

Fix: Passed incorrect pointer to SSL handshake handler.
main
Valery 10 years ago
commit cc76ecbd33
  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; return;
} }
ngx_http_auth_ldap_ssl_handshake_handler(c); ngx_http_auth_ldap_ssl_handshake_handler(c->conn.connection);
return; return;
} }
#endif #endif

Loading…
Cancel
Save