Merge pull request #58 from nyoxi/master

Fix: Passed incorrect pointer to SSL handshake handler.
This commit is contained in:
Valery
2014-09-19 21:43:08 +04:00
+1 -1
View File
@@ -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