From: Fabian Keil Date: Sat, 3 Apr 2010 13:23:28 +0000 (+0000) Subject: Two minor style fixes for block_url(). X-Git-Tag: v_3_0_17~169 X-Git-Url: http://www.privoxy.org/gitweb/config.html?a=commitdiff_plain;h=856145b321c84528caec6ee8655942f9d2b0c41c;p=privoxy.git Two minor style fixes for block_url(). --- diff --git a/filters.c b/filters.c index 761ac81d..a08dcba1 100644 --- a/filters.c +++ b/filters.c @@ -1,4 +1,4 @@ -const char filters_rcs[] = "$Id: filters.c,v 1.126 2010/01/10 13:53:43 ler762 Exp $"; +const char filters_rcs[] = "$Id: filters.c,v 1.127 2010/04/03 13:22:56 fabiankeil Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/filters.c,v $ @@ -623,7 +623,6 @@ struct http_response *block_url(struct client_state *csp) return cgi_error_memory(); } } - else if (0 == strcmpic(p, "blank")) { rsp->status = strdup("403 Request blocked by Privoxy"); @@ -646,7 +645,6 @@ struct http_response *block_url(struct client_state *csp) return cgi_error_memory(); } } - else { rsp->status = strdup("302 Local Redirect from Privoxy");