diff options
| author | Stefan Fritsch <sf@sfritsch.de> | 2012-04-15 19:45:13 +0200 |
|---|---|---|
| committer | Stefan Fritsch <sf@sfritsch.de> | 2012-04-15 19:45:13 +0200 |
| commit | 8f9c15530d0bc387af114619b3ff3f930eb23d3c (patch) | |
| tree | f1d28a9206f9e18ed11c9d2bf302f0fb924b79c0 /modules/mappers | |
| parent | 212cb6c2dcb419aaa6c848406136ec05e98c8632 (diff) | |
| download | apache2-8f9c15530d0bc387af114619b3ff3f930eb23d3c.tar.gz | |
Import httpd-2.4.2.tar.bz2upstream/2.4.2
Diffstat (limited to 'modules/mappers')
| -rw-r--r-- | modules/mappers/mod_dir.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/mappers/mod_dir.c b/modules/mappers/mod_dir.c index 4386dba6..52d0273e 100644 --- a/modules/mappers/mod_dir.c +++ b/modules/mappers/mod_dir.c @@ -68,6 +68,7 @@ static const char *add_index(cmd_parms *cmd, void *dummy, const char *arg) const char *ww = ap_getword_conf(cmd->temp_pool, &tt); if (ww == NULL || !ww[0]) { /* "disabled" is first, and alone */ + apr_array_clear(d->index_names); break; } } |
