From 92a8c3254454458ff683be91b4cfc2390f712eab Mon Sep 17 00:00:00 2001
From: Fabian Keil <fk@fabiankeil.de>
Date: Mon, 1 Jun 2009 20:02:14 +0200
Subject: [PATCH 06/10] No need to initialize tok_start twice.

---
 lib/url.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git lib/url.c lib/url.c
index 80f4f45..0d1d3f8 100644
--- lib/url.c
+++ lib/url.c
@@ -3489,7 +3489,6 @@ static bool check_noproxy(const char* name, const char* no_proxy)
     else
       namelen = strlen(name);
 
-    tok_start = 0;
     for (tok_start = 0; tok_start < no_proxy_len; tok_start = tok_end + 1) {
       while (tok_start < no_proxy_len &&
              strchr(separator, no_proxy[tok_start]) != NULL) {
-- 
1.6.3.1


