summaryrefslogtreecommitdiff
path: root/sapi/thttpd/thttpd.c
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/thttpd/thttpd.c')
-rw-r--r--sapi/thttpd/thttpd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sapi/thttpd/thttpd.c b/sapi/thttpd/thttpd.c
index fed6c578bd..81726c2205 100644
--- a/sapi/thttpd/thttpd.c
+++ b/sapi/thttpd/thttpd.c
@@ -118,6 +118,8 @@ static sapi_module_struct sapi_module = {
sapi_thttpd_read_post,
sapi_thttpd_read_cookies,
+ NULL, /* register server variables */
+
STANDARD_SAPI_MODULE_PROPERTIES
};