Fix build after last commit.

This commit is contained in:
Jon Parise 2000-09-08 15:39:42 +00:00
parent 91c808ecc4
commit 9a4c654606

View File

@ -294,6 +294,8 @@ static void php_apache_request_shutdown(void *dummy)
static int php_apache_sapi_activate(SLS_D) static int php_apache_sapi_activate(SLS_D)
{ {
request_rec *r = ((request_rec *) SG(server_context));
/* /*
* For the Apache module version, this bit of code registers a cleanup * For the Apache module version, this bit of code registers a cleanup
* function that gets triggered when our request pool is destroyed. * function that gets triggered when our request pool is destroyed.