Typo.
authorjbj <devnull@localhost>
Thu, 11 Mar 1999 17:57:00 +0000 (17:57 +0000)
committerjbj <devnull@localhost>
Thu, 11 Mar 1999 17:57:00 +0000 (17:57 +0000)
CVS patchset: 2879
CVS date: 1999/03/11 17:57:00

url.c

diff --git a/url.c b/url.c
index 279008f..cbf1c12 100644 (file)
--- a/url.c
+++ b/url.c
@@ -123,7 +123,7 @@ static void findUrlinfo(urlinfo **uret, int mustAsk)
     *uret = u = uCache[i];
 
     /* Zap proxy host and port in case they have been reset */
-    FREE(u->proxyp);
+    u->proxyp = -1;
     FREE(u->proxyh);
 
     /* Perform one-time FTP initialization */