summaryrefslogtreecommitdiff
path: root/modules/http
diff options
context:
space:
mode:
authorRuediger Pluem <rpluem@apache.org>2019-10-14 20:14:58 +0000
committerRuediger Pluem <rpluem@apache.org>2019-10-14 20:14:58 +0000
commit9b05de8e2d0b10d98150d0da86379d32c303f40a (patch)
treed214eb848f89eafdacb89f4d8a09d8fd3be5c427 /modules/http
parent03d334ebe0fe728db8ae701a656437619de8627e (diff)
downloadhttpd-9b05de8e2d0b10d98150d0da86379d32c303f40a.tar.gz
* Correctly initialize nomime member
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1868457 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/http')
-rw-r--r--modules/http/mod_mime.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/http/mod_mime.c b/modules/http/mod_mime.c
index e951beedc1..3cf907148c 100644
--- a/modules/http/mod_mime.c
+++ b/modules/http/mod_mime.c
@@ -135,6 +135,7 @@ static void *create_mime_dir_config(apr_pool_t *p, char *dummy)
new->use_path_info = 2;
new->ct_last_ext = CT_LAST_INIT;
new->all_last_ext = ALL_LAST_INIT;
+ new->nomime = NOMIME_INIT;
return new;
}