]> granicus.if.org Git - apache/commitdiff
* Correctly initialize nomime member
authorRuediger Pluem <rpluem@apache.org>
Mon, 14 Oct 2019 20:14:58 +0000 (20:14 +0000)
committerRuediger Pluem <rpluem@apache.org>
Mon, 14 Oct 2019 20:14:58 +0000 (20:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1868457 13f79535-47bb-0310-9956-ffa450edef68

modules/http/mod_mime.c

index e951beedc12f89261dfbdcf27713f75c6d718e89..3cf907148caf7a4e570a6fd61edd4e82145243ce 100644 (file)
@@ -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;
 }