From 95fead0b9ff59abb8e1ddc177f8b08d47d1c3d76 Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Fri, 29 Nov 2002 11:34:08 +0000 Subject: [PATCH] add missing line --- sapi/thttpd/thttpd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sapi/thttpd/thttpd.c b/sapi/thttpd/thttpd.c index 96ba377aec..f332db3bae 100644 --- a/sapi/thttpd/thttpd.c +++ b/sapi/thttpd/thttpd.c @@ -414,6 +414,7 @@ static sapi_module_struct thttpd_sapi_module = { sapi_thttpd_register_variables, NULL, /* Log message */ + NULL, /* php.ini path override */ NULL, /* Block interruptions */ NULL, /* Unblock interruptions */ -- 2.50.1