From 404bbe1f265772bf495581d5914f866aaa5f4337 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Thu, 10 Feb 2000 15:55:10 +0000 Subject: Move the logging mechanism to SAPI --- sapi/thttpd/thttpd.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sapi/thttpd') diff --git a/sapi/thttpd/thttpd.c b/sapi/thttpd/thttpd.c index 81726c2205..3633475129 100644 --- a/sapi/thttpd/thttpd.c +++ b/sapi/thttpd/thttpd.c @@ -119,6 +119,7 @@ static sapi_module_struct sapi_module = { sapi_thttpd_read_cookies, NULL, /* register server variables */ + NULL, /* Log message */ STANDARD_SAPI_MODULE_PROPERTIES }; -- cgit v1.2.1