File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -4798,7 +4798,7 @@ static int accel_finish_startup(void)
4798
4798
int (* orig_header_handler )(sapi_header_struct * sapi_header , sapi_header_op_enum op , sapi_headers_struct * sapi_headers ) = sapi_module .header_handler ;
4799
4799
int (* orig_send_headers )(sapi_headers_struct * sapi_headers ) = sapi_module .send_headers ;
4800
4800
void (* orig_send_header )(sapi_header_struct * sapi_header , void * server_context )= sapi_module .send_header ;
4801
- char * (* orig_getenv )(char * name , size_t name_len ) = sapi_module .getenv ;
4801
+ char * (* orig_getenv )(const char * name , size_t name_len ) = sapi_module .getenv ;
4802
4802
size_t (* orig_ub_write )(const char * str , size_t str_length ) = sapi_module .ub_write ;
4803
4803
void (* orig_flush )(void * server_context ) = sapi_module .flush ;
4804
4804
uint32_t orig_compiler_options = CG (compiler_options );
You can’t perform that action at this time.
0 commit comments