SUPPORT-8592. fcgi_version_handler(): minor fix
This commit is contained in:
parent
8f52e508d2
commit
fdaf3446c8
1 changed files with 0 additions and 2 deletions
|
|
@ -46,8 +46,6 @@ fcgi_version_handler(FCGX_Request* request, void* ctx)
|
||||||
{
|
{
|
||||||
LOG_TRACE("fcgi_version_handler enter");
|
LOG_TRACE("fcgi_version_handler enter");
|
||||||
|
|
||||||
assert(request != NULL);
|
|
||||||
|
|
||||||
if (request == NULL) {
|
if (request == NULL) {
|
||||||
LOG_ERROR("fcgi_version_handler failed: request is NULL");
|
LOG_ERROR("fcgi_version_handler failed: request is NULL");
|
||||||
return HANDLER_ERROR;
|
return HANDLER_ERROR;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue