Skip to content

Commit 76a290d

Browse files
committed
Fixed C89
1 parent 4cab20b commit 76a290d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sapi/fpm/fpm/fpm_main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1878,11 +1878,11 @@ consult the installation file that came with this distribution, or visit \n\
18781878

18791879
zend_first_try {
18801880
while (fcgi_accept_request(&request) >= 0) {
1881+
char *primary_script = NULL;
18811882
request_body_fd = -1;
18821883
SG(server_context) = (void *) &request;
18831884
init_request_info(TSRMLS_C);
18841885
CG(interactive) = 0;
1885-
char *primary_script = NULL;
18861886

18871887
fpm_request_info();
18881888

0 commit comments

Comments
 (0)