Remove an incorrect comment about csp not being modified by connect_to(). It's been...
authorFabian Keil <fk@fabiankeil.de>
Sun, 27 Mar 2011 13:51:04 +0000 (13:51 +0000)
committerFabian Keil <fk@fabiankeil.de>
Sun, 27 Mar 2011 13:51:04 +0000 (13:51 +0000)
jbsockets.c

index 02e5c75..e36c0ac 100644 (file)
@@ -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.