Browse Source

Fixed #68790 (Missing return)

pull/1077/head
George Wang 12 years ago
parent
commit
c892127f76
  1. 2
      sapi/litespeed/lsapi_main.c

2
sapi/litespeed/lsapi_main.c

@ -489,7 +489,7 @@ static sapi_module_struct lsapi_sapi_module =
};
/* }}} */
static int init_request_info( TSRMLS_D )
static void init_request_info( TSRMLS_D )
{
char * pContentType = LSAPI_GetHeader( H_CONTENT_TYPE );
char * pAuth;

Loading…
Cancel
Save