Skip to content

Commit

Permalink
Fixed C89
Browse files Browse the repository at this point in the history
  • Loading branch information
laruence committed May 26, 2015
1 parent 4cab20b commit 76a290d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sapi/fpm/fpm/fpm_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1878,11 +1878,11 @@ consult the installation file that came with this distribution, or visit \n\

zend_first_try {
while (fcgi_accept_request(&request) >= 0) {
char *primary_script = NULL;
request_body_fd = -1;
SG(server_context) = (void *) &request;
init_request_info(TSRMLS_C);
CG(interactive) = 0;
char *primary_script = NULL;

fpm_request_info();

Expand Down

0 comments on commit 76a290d

Please sign in to comment.