]> granicus.if.org Git - php/commitdiff
Fixed #68790 (Missing return)
authorGeorge Wang <gwang@php.net>
Sat, 7 Feb 2015 17:16:54 +0000 (12:16 -0500)
committerGeorge Wang <gwang@php.net>
Sat, 7 Feb 2015 17:16:54 +0000 (12:16 -0500)
sapi/litespeed/lsapi_main.c

index 6bdf9b7d0c057b4274c77534a971494933ae42dd..458a82e660a169e67389580dce572ec02de4934b 100644 (file)
@@ -466,7 +466,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;