diff options
author | Steffen Land <steffenal@apache.org> | 2020-05-20 20:27:04 +0200 |
---|---|---|
committer | Steffen Land <steffenal@apache.org> | 2020-05-20 20:27:04 +0200 |
commit | 0d25d5a8a8b8f44895b7d54177b00ef8e1c08846 (patch) | |
tree | 33a7493d5152148de7fad742705f735d91eecea2 /os | |
parent | core, protocol: reject invalid Content-Length ASAP. (diff) | |
download | apache2-0d25d5a8a8b8f44895b7d54177b00ef8e1c08846.tar.xz apache2-0d25d5a8a8b8f44895b7d54177b00ef8e1c08846.zip |
"" is appropriate default DEFAULT_REL_STATEDIR
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1877959 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'os')
-rw-r--r-- | os/win32/win32_config_layout.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/win32/win32_config_layout.h b/os/win32/win32_config_layout.h index d79c851f0a..b2ad71467d 100644 --- a/os/win32/win32_config_layout.h +++ b/os/win32/win32_config_layout.h @@ -28,7 +28,7 @@ #define DEFAULT_REL_RUNTIMEDIR "logs" #endif #ifndef DEFAULT_REL_STATEDIR -#define DEFAULT_REL_STATEDIR "logs" +#define DEFAULT_REL_STATEDIR "" #endif #endif /* AP_CONFIG_LAYOUT_H */ |