Accidentally left some 1.3 hooks commented out.
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Thu, 20 Sep 2007 17:10:06 +0000 (17:10 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Thu, 20 Sep 2007 17:10:06 +0000 (17:10 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@2507 cb58f699-b61c-0410-a6fe-9272a202ed29

apache/mod_apache.cpp

index b7a00d0..a7a60a7 100644 (file)
@@ -1336,12 +1336,12 @@ module MODULE_VAR_EXPORT mod_shib = {
     shib_auth_checker,         /* check auth */
     NULL,                      /* check access */
     NULL,                      /* type_checker */
-    NULL,//shib_fixups,                /* fixups */
+    shib_fixups,               /* fixups */
     NULL,                      /* logger */
     NULL,                      /* header parser */
     shib_child_init,           /* child_init */
     shib_child_exit,           /* child_exit */
-    NULL//shib_post_read               /* post read-request */
+    shib_post_read             /* post read-request */
 };
 
 #elif defined(SHIB_APACHE_20) || defined(SHIB_APACHE_22)