From: Henrik Nordstrom Date: Fri, 14 May 2010 04:02:18 +0000 (+0200) Subject: Cleanup patch X-Git-Tag: SQUID_3_1_4~26^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a5ad69a77b6cdc3ab1ad4b4f62b0d35f98ad7a04;p=thirdparty%2Fsquid.git Cleanup patch --- diff --git a/src/comm.cc b/src/comm.cc index 30931d3a6d..eb0465d4c2 100644 --- a/src/comm.cc +++ b/src/comm.cc @@ -1017,6 +1017,8 @@ ConnectStateData::commResetFD() close(fd2); + debugs(50, 3, "commResetFD: Reset socket FD " << fd << "->" << fd2 << " : family=" << new_family ); + /* INET6: copy the new sockets family type to the FDE table */ F->sock_family = new_family;