]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Update for newest hooks
authorManoj Kasichainula <manoj@apache.org>
Mon, 26 Jul 1999 03:28:15 +0000 (03:28 +0000)
committerManoj Kasichainula <manoj@apache.org>
Mon, 26 Jul 1999 03:28:15 +0000 (03:28 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83504 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/dexter/dexter.c
server/mpm/mpmt_pthread/mpmt_pthread.c

index 465ba20427077dc6dd8687cffc00a0cadc3eb7bc..35a19ce7a72439160872fe4626e05d519141c865 100644 (file)
@@ -1704,8 +1704,6 @@ module MODULE_VAR_EXPORT mpm_dexter_module = {
     NULL,                      /* handlers */
     NULL,                      /* check auth */
     NULL,                      /* check access */
-    NULL,                      /* type_checker */
-    NULL,                      /* pre-run fixups */
     NULL                       /* register hooks */
 };
 
index c5cf011a2de1ce0b435cc9f85dc0539660272d77..942987fc86a0d90f3a2e2fbf17ae9b0c758e925a 100644 (file)
@@ -1777,8 +1777,6 @@ module MODULE_VAR_EXPORT mpm_mpmt_pthread_module = {
     NULL,                      /* handlers */
     NULL,                      /* check auth */
     NULL,                      /* check access */
-    NULL,                      /* type_checker */
-    NULL,                      /* pre-run fixups */
     NULL                       /* register hooks */
 };