]> granicus.if.org Git - apache/commit
Fix a segfault (was getting triggered by mod_include at least) caused
authorCliff Woolley <jwoolley@apache.org>
Tue, 7 Aug 2001 02:34:42 +0000 (02:34 +0000)
committerCliff Woolley <jwoolley@apache.org>
Tue, 7 Aug 2001 02:34:42 +0000 (02:34 +0000)
commit00b50aade997791b8dbdbe5f82b88a0cc9f8402c
tree94c763f13870f8e844aff48844329a83524b85b4
parent56cee9cd08b409ca9bfe04527032b140a4af5cea
Fix a segfault (was getting triggered by mod_include at least) caused
by calling ap_allow_options() before setting rnew->per_dir_config.

This is the "easy looking" fix but might have side effects of which I'm
unaware... please double-check this change for correctness.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89978 13f79535-47bb-0310-9956-ffa450edef68
server/request.c