From: Lee Date: Sun, 25 Oct 2009 15:23:40 +0000 (+0000) Subject: handle-as-empty-document shouldn't be dependent on the image blocking X-Git-Tag: v_3_0_16~132 X-Git-Url: http://www.privoxy.org/gitweb/index.html?a=commitdiff_plain;h=40f23d485c1e8bc8aa892b93d644dad4b8243685;p=privoxy.git handle-as-empty-document shouldn't be dependent on the image blocking feature being enabled. --- diff --git a/filters.c b/filters.c index 878c8253..219c5818 100644 --- a/filters.c +++ b/filters.c @@ -1,4 +1,4 @@ -const char filters_rcs[] = "$Id: filters.c,v 1.123 2009/06/19 15:50:53 fabiankeil Exp $"; +const char filters_rcs[] = "$Id: filters.c,v 1.124 2009/08/19 15:24:30 fabiankeil Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/filters.c,v $ @@ -689,7 +689,9 @@ struct http_response *block_url(struct client_state *csp) } #endif /* Preceeding code is disabled for now */ } - else if(csp->action->flags & ACTION_HANDLE_AS_EMPTY_DOCUMENT) + else +#endif /* def FEATURE_IMAGE_BLOCKING */ + if(csp->action->flags & ACTION_HANDLE_AS_EMPTY_DOCUMENT) { /* * Send empty document. @@ -717,7 +719,6 @@ struct http_response *block_url(struct client_state *csp) } } else -#endif /* def FEATURE_IMAGE_BLOCKING */ /* * Else, generate an HTML "blocked" message: