diff options
author | Jeff Trawick <trawick@apache.org> | 2010-02-26 21:11:37 +0100 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2010-02-26 21:11:37 +0100 |
commit | ffbb8a2e2869a29ed00b9606074033a65547cfd5 (patch) | |
tree | 91ebf716c1d0fb7d98cfbf8add5eada6b7845415 /os | |
parent | spelling (diff) | |
download | apache2-ffbb8a2e2869a29ed00b9606074033a65547cfd5.tar.xz apache2-ffbb8a2e2869a29ed00b9606074033a65547cfd5.zip |
fix base addr of mod_serf
Submitted by: Gregg L. Smith <lists@glewis.com>
Reviewed by: trawick
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@916804 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 946435ce57..2641e12349 100644 --- a/os/win32/BaseAddr.ref +++ b/os/win32/BaseAddr.ref @@ -107,4 +107,4 @@ mod_heartbeat.so 0x6F7F0000 0x00010000 mod_heartmonitor.so 0x6F7E0000 0x00010000 mod_watchdog.so 0x6F7D0000 0x00010000 mod_proxy_scgi.so 0x6F7C0000 0x00010000 -mod_serf.so 0x6F7C0000 0x00010000 +mod_serf.so 0x6F7B0000 0x00010000 |