Skip to content

Commit c892127

Browse files
author
George Wang
committed
Fixed #68790 (Missing return)
1 parent 9bf95d8 commit c892127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/litespeed/lsapi_main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ static sapi_module_struct lsapi_sapi_module =
489489
};
490490
/* }}} */
491491

492-
static int init_request_info( TSRMLS_D )
492+
static void init_request_info( TSRMLS_D )
493493
{
494494
char * pContentType = LSAPI_GetHeader( H_CONTENT_TYPE );
495495
char * pAuth;

0 commit comments

Comments
 (0)