diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2007-08-23 07:47:44 +0200 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2007-08-23 07:47:44 +0200 |
commit | af696a335083808ca2ed331ccf040e620458c571 (patch) | |
tree | 912f4660e78e0c2078dfaabc7cfdacd0d3a6fac9 /os/win32/BaseAddr.ref | |
parent | Add util_mutex, although it's not used much by windows since (diff) | |
download | apache2-af696a335083808ca2ed331ccf040e620458c571.tar.xz apache2-af696a335083808ca2ed331ccf040e620458c571.zip |
Add another module to the base address list.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@568829 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | os/win32/BaseAddr.ref | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/os/win32/BaseAddr.ref b/os/win32/BaseAddr.ref index a36cadb4d5..168b5fd8fd 100644 --- a/os/win32/BaseAddr.ref +++ b/os/win32/BaseAddr.ref @@ -76,3 +76,4 @@ mod_proxy.so 0x6FA00000 0x00020000 mod_access_compat.so 0x6F9F0000 0x00010000 mod_authz_core.so 0x6F9E0000 0x00010000 mod_proxy_fcgi.so 0x6F9D0000 0x00010000 +mod_authn_core.so 0x6F9C0000 0x00010000 |