]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
revert 730949, accf_map member should never have been or be NULL
authorWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 3 Jan 2009 19:37:50 +0000 (19:37 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 3 Jan 2009 19:37:50 +0000 (19:37 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@731071 13f79535-47bb-0310-9956-ffa450edef68

server/listen.c

index 3537b2b86ded5dbb29466b3ccec198d91295d37d..52bc3104ecb35baf30934b0531adf289656e8fbe 100644 (file)
@@ -183,7 +183,7 @@ static const char* find_accf_name(server_rec *s, const char *proto)
     const char* accf;
     core_server_config *conf = ap_get_module_config(s->module_config,
                                                     &core_module);
-    if (!proto || !conf->accf_map) {
+    if (!proto) {
         return NULL;
     }