diff options
author | Yann Ylavic <ylavic@apache.org> | 2018-01-08 17:45:53 +0100 |
---|---|---|
committer | Yann Ylavic <ylavic@apache.org> | 2018-01-08 17:45:53 +0100 |
commit | db74222513de30056205160f6eddbfd84b0eb04c (patch) | |
tree | 9d3b2cd76f30c01e424a234805f679863b20ebd3 /os | |
parent | Documentation rebuild (diff) | |
download | apache2-db74222513de30056205160f6eddbfd84b0eb04c.tar.xz apache2-db74222513de30056205160f6eddbfd84b0eb04c.zip |
mod_md: maxsize was less than the resulting image size
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1820583 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 0db86dae97..5591ae2606 100644 --- a/os/win32/BaseAddr.ref +++ b/os/win32/BaseAddr.ref @@ -136,4 +136,4 @@ mod_proxy_http2.so 0x70CC0000 0x00030000 mod_http2.so 0x70D00000 0x00030000 mod_brotli.so 0x70D30000 0x000C0000 mod_proxy_hcheck.so 0x70DF0000 0x00020000 -mod_md.so 0x70E10000 0x00020000 +mod_md.so 0x70E10000 0x00030000 |