]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Cleanup patch
authorHenrik Nordstrom <henrik@henriknordstrom.net>
Fri, 14 May 2010 04:02:18 +0000 (06:02 +0200)
committerHenrik Nordstrom <henrik@henriknordstrom.net>
Fri, 14 May 2010 04:02:18 +0000 (06:02 +0200)
src/comm.cc

index 30931d3a6dc47b47582274083fcafb5ba06ca311..eb0465d4c2e7c44ca8487a631760356c06ef75da 100644 (file)
@@ -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;