From: Greg Ames Date: Mon, 8 Jan 2001 23:07:04 +0000 (+0000) Subject: fix handlers->hooks compile breakage X-Git-Tag: APACHE_2_0_BETA_CANDIDATE_1~255 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6381c540616c75a785143d44de96a0fcb1211513;p=thirdparty%2Fapache%2Fhttpd.git fix handlers->hooks compile breakage git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87614 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/experimental/mod_charset_lite.c b/modules/experimental/mod_charset_lite.c index 70a5089d56b..9d7769cdfe4 100644 --- a/modules/experimental/mod_charset_lite.c +++ b/modules/experimental/mod_charset_lite.c @@ -1137,7 +1137,6 @@ module charset_lite_module = NULL, NULL, cmds, - NULL, - charset_register_hooks, + charset_register_hooks };