From: adrian <> Date: Fri, 7 Mar 2003 11:40:59 +0000 (+0000) Subject: duplicate cbdataReference - we are doing the ref/deref magic in the X-Git-Tag: SQUID_3_0_PRE1~277 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a82a2ff9924d0a07cd596b4727289861e1b5ca2a;p=thirdparty%2Fsquid.git duplicate cbdataReference - we are doing the ref/deref magic in the connstate class. --- diff --git a/src/client_side.cc b/src/client_side.cc index 59412fe9fe..4f1d14b504 100644 --- a/src/client_side.cc +++ b/src/client_side.cc @@ -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)