From: Fabian Keil <fk@fabiankeil.de>
Date: Sun, 27 Mar 2011 13:51:04 +0000 (+0000)
Subject: Remove an incorrect comment about csp not being modified by connect_to(). It's been... 
X-Git-Tag: v_3_0_18~295
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/@default-cgi@/faq/static/@user-manual@?a=commitdiff_plain;h=317858f0eab7d0e1564d24c78ed1830f0f591b14;p=privoxy.git

Remove an incorrect comment about csp not being modified by connect_to(). It's been wrong since years ago.
---

diff --git a/jbsockets.c b/jbsockets.c
index 02e5c759..e36c0ac1 100644
--- a/jbsockets.c
+++ b/jbsockets.c
@@ -1,4 +1,4 @@
-const char jbsockets_rcs[] = "$Id: jbsockets.c,v 1.78 2010/07/26 11:28:11 fabiankeil Exp $";
+const char jbsockets_rcs[] = "$Id: jbsockets.c,v 1.79 2010/07/26 11:30:09 fabiankeil Exp $";
 /*********************************************************************
  *
  * File        :  $Source: /cvsroot/ijbswa/current/jbsockets.c,v $
@@ -130,7 +130,6 @@ const char jbsockets_h_rcs[] = JBSOCKETS_H_VERSION;
  *          1  :  host = hostname to connect to
  *          2  :  portnum = port to connent on (XXX: should be unsigned)
  *          3  :  csp = Current client state (buffers, headers, etc...)
- *                      Not modified, only used for source IP and ACL.
  *
  * Returns     :  JB_INVALID_SOCKET => failure, else it is the socket
  *                file descriptor.