From 45e327a672746e4fb5fe57fa10ff758d1143ad0a Mon Sep 17 00:00:00 2001 From: Rasmus Lerdorf Date: Tue, 18 Mar 2008 22:23:21 +0000 Subject: Add new empty child terminate sapi hook to the rest of the sapis --- sapi/cgi/cgi_main.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sapi/cgi/cgi_main.c') diff --git a/sapi/cgi/cgi_main.c b/sapi/cgi/cgi_main.c index c5f722e04c..5e48ac9bf7 100644 --- a/sapi/cgi/cgi_main.c +++ b/sapi/cgi/cgi_main.c @@ -808,6 +808,7 @@ static sapi_module_struct cgi_sapi_module = { sapi_cgi_register_variables, /* register server variables */ sapi_cgi_log_message, /* Log message */ NULL, /* Get request time */ + NULL, /* Child terminate */ STANDARD_SAPI_MODULE_PROPERTIES }; -- cgit v1.2.1