Browse Source

(main) Remove redundant statement, this is part of the initialization

function.
experimetnal/RETURN_REF_PATCH
Sascha Schumann 27 years ago
parent
commit
2681a6b169
  1. 1
      sapi/cgi/cgi_main.c

1
sapi/cgi/cgi_main.c

@ -300,7 +300,6 @@ any .htaccess restrictions anywhere on your site you can leave doc_root undefine
}
#endif
SG(request_info).path_translated = NULL;
init_request_info(SLS_C);
SG(server_context) = (void *) 1; /* avoid server_context==NULL checks */
CG(extended_info) = 0;

Loading…
Cancel
Save