]> granicus.if.org Git - apache/commit
Fix a segfault because ap_method_registry_init() was never called unless
authorCliff Woolley <jwoolley@apache.org>
Mon, 25 Mar 2002 07:20:45 +0000 (07:20 +0000)
committerCliff Woolley <jwoolley@apache.org>
Mon, 25 Mar 2002 07:20:45 +0000 (07:20 +0000)
commit1ca4fe35fbdbe9870f45fa49840f02f2ff28fe28
treee1a52456925738f9ae614ec42326a497f68a87ed
parentc48a841486146034aa32e0a0d555a41edb5ca6ee
Fix a segfault because ap_method_registry_init() was never called unless
ap_method_register() was called [ie, unless mod_dav was installed]

Reported by: Brian Pane

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94156 13f79535-47bb-0310-9956-ffa450edef68
modules/http/http_core.c