]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
duplicate cbdataReference - we are doing the ref/deref magic in the
authoradrian <>
Fri, 7 Mar 2003 11:40:59 +0000 (11:40 +0000)
committeradrian <>
Fri, 7 Mar 2003 11:40:59 +0000 (11:40 +0000)
connstate class.

src/client_side.cc

index 59412fe9fec20d7ad35001edfd9ab18d29cc9992..4f1d14b50426fb31f5ecd89ba238702eefb06835 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: client_side.cc,v 1.629 2003/03/06 20:11:51 robertc Exp $
+ * $Id: client_side.cc,v 1.630 2003/03/07 04:40:59 adrian Exp $
  *
  * DEBUG: section 33    Client-side Routines
  * AUTHOR: Duane Wessels
@@ -2602,7 +2602,6 @@ httpAccept(int sock, int newfd, ConnectionDetail *details,
     debug(33, 4) ("httpAccept: FD %d: accepted\n", newfd);
     fd_note(newfd, "client http connect");
     connState = connStateCreate(&details->peer, &details->me, newfd, s);
-    connState->port = cbdataReference(s);
     comm_add_close_handler(newfd, connStateFree, connState);
 
     if (Config.onoff.log_fqdn)