]> granicus.if.org Git - apache/blobdiff - modules/filters/mod_filter.c
Since we don't support chained filters, and can't expect to while the
[apache] / modules / filters / mod_filter.c
index b072119e37674a2964fb71cff4c0f637c5e1da8c..d3c5ce16a790770954efa18cdb312e13e4020114 100644 (file)
@@ -537,10 +537,6 @@ static const char *filter_provider(cmd_parms *cmd, void *CFG, const char *args)
 
     /* if provider has been registered, we can look it up */
     provider_frec = ap_get_output_filter_handle(pname);
-    if (!provider_frec) {
-        provider_frec = apr_hash_get(cfg->live_filters, pname,
-                                     APR_HASH_KEY_STRING);
-    }
     if (!provider_frec) {
         return apr_psprintf(cmd->pool, "Unknown filter provider %s", pname);
     }