From: Fabian Keil <fk@fabiankeil.de>
Date: Sat, 12 Nov 2011 12:56:21 +0000 (+0000)
Subject: In get_last_url(), do not claim to look for unencoded redirects when we aren't
X-Git-Tag: v_3_0_18~30
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/static/faq/diff?a=commitdiff_plain;h=340242186c5227b21f26935c8fc21525e81166f5;p=privoxy.git

In get_last_url(), do not claim to look for unencoded redirects when we aren't
---

diff --git a/filters.c b/filters.c
index 7b5d0c26..df89372a 100644
--- a/filters.c
+++ b/filters.c
@@ -1,4 +1,4 @@
-const char filters_rcs[] = "$Id: filters.c,v 1.158 2011/11/06 11:50:15 fabiankeil Exp $";
+const char filters_rcs[] = "$Id: filters.c,v 1.159 2011/11/06 11:52:36 fabiankeil Exp $";
 /*********************************************************************
  *
  * File        :  $Source: /cvsroot/ijbswa/current/filters.c,v $
@@ -1171,11 +1171,12 @@ char *get_last_url(char *subject, const char *redirect_mode)
       }
       subject = url_segment;
    }
-
-   /* Else, just look for a URL inside this one, without decoding anything. */
-
-   log_error(LOG_LEVEL_REDIRECTS,
-      "Checking \"%s\" for unencoded redirects.", subject);
+   else
+   {
+      /* Look for a URL inside this one, without decoding anything. */
+      log_error(LOG_LEVEL_REDIRECTS,
+         "Checking \"%s\" for unencoded redirects.", subject);
+   }
 
    /*
     * Find the last URL encoded in the request