]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
SHMCB should not have been using apr_rmm -- it was doing so incorrectly,
authorCliff Woolley <jwoolley@apache.org>
Tue, 30 Apr 2002 06:48:45 +0000 (06:48 +0000)
committerCliff Woolley <jwoolley@apache.org>
Tue, 30 Apr 2002 06:48:45 +0000 (06:48 +0000)
commit04d94c3c46d2b71803b14a89427b8d006cc1b22f
tree457fa26f1da14634c54a91219c0701c95916f37e
parentf1ff0d63317630be60bb92938c7df364379d37ca
SHMCB should not have been using apr_rmm -- it was doing so incorrectly,
for one thing.  But it just plain doesn't need it.  Rip it out to avoid
segfaulting.

Submitted by:  Aaron Bannert

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@94876 13f79535-47bb-0310-9956-ffa450edef68
ssl_scache_shmcb.c