summaryrefslogtreecommitdiff
path: root/os
diff options
context:
space:
mode:
authorSteffen Land <steffenal@apache.org>2020-05-20 18:27:04 +0000
committerSteffen Land <steffenal@apache.org>2020-05-20 18:27:04 +0000
commit0d25d5a8a8b8f44895b7d54177b00ef8e1c08846 (patch)
tree33a7493d5152148de7fad742705f735d91eecea2 /os
parent2efe92b51dc4c33c907c9b8c17cb5038aad8038c (diff)
downloadhttpd-0d25d5a8a8b8f44895b7d54177b00ef8e1c08846.tar.gz
"" 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.h2
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 */