diff options
author | Rainer Jung <rjung@apache.org> | 2010-11-26 11:02:49 +0100 |
---|---|---|
committer | Rainer Jung <rjung@apache.org> | 2010-11-26 11:02:49 +0100 |
commit | f6816b7aa2969e783826520af60321dbd143199a (patch) | |
tree | fa4f0ad0a92013deeb005e77e214d3cbab8c96cc /os | |
parent | ./build.sh all (diff) | |
download | apache2-f6816b7aa2969e783826520af60321dbd143199a.tar.xz apache2-f6816b7aa2969e783826520af60321dbd143199a.zip |
Fix Windows build of mod_cache_disk which was broken after
renaming the module.
Submitted by: Gregg L. Smith <lists glsnet net>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1039295 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'os')
-rw-r--r-- | os/win32/BaseAddr.ref | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/win32/BaseAddr.ref b/os/win32/BaseAddr.ref index 937e3f4223..324a486493 100644 --- a/os/win32/BaseAddr.ref +++ b/os/win32/BaseAddr.ref @@ -45,7 +45,7 @@ mod_negotiation.so 0x6FC10000 0x00010000 mod_setenvif.so 0x6FC00000 0x00010000 mod_userdir.so 0x6FBF0000 0x00010000 mod_cache.so 0x6FBE0000 0x00010000 -mod_disk_cache.so 0x6FBD0000 0x00010000 +mod_cache_disk.so 0x6FBD0000 0x00010000 mod_buffer.so 0x6FBC0000 0x00010000 mod_deflate.so 0x6FBA0000 0x00020000 mod_ext_filter.so 0x6FB90000 0x00010000 |