From 73430e922d4c0dcf9e3909cd3804db020d81da86 Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Thu, 10 Jan 2002 02:58:10 +0000 Subject: [PATCH] Fixing the apr_shm_ and apr_rmm_ args back to a warning state was good. Enabling APR_HAS_SHARED_MEMORY again in the previous patch was bad. This can be toggled once we straighten out all the pointers into offsets. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92794 13f79535-47bb-0310-9956-ffa450edef68 --- modules/aaa/mod_auth_digest.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/aaa/mod_auth_digest.c b/modules/aaa/mod_auth_digest.c index e82f04a320..243b29963b 100644 --- a/modules/aaa/mod_auth_digest.c +++ b/modules/aaa/mod_auth_digest.c @@ -119,8 +119,11 @@ #include "apr_shm.h" #include "apr_rmm.h" +/* Disable shmem until pools/init gets sorted out + * remove following two lines when fixed + */ #undef APR_HAS_SHARED_MEMORY -#define APR_HAS_SHARED_MEMORY 1 +#define APR_HAS_SHARED_MEMORY 0 /* struct to hold the configuration info */ -- 2.40.0