Passed incorrect pointer to SSL handshake handler.

This commit is contained in:
Tomáš Golembiovský
2014-09-18 14:16:58 +02:00
parent 7aa2414c76
commit fae9e215c6
+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