From a5ad69a77b6cdc3ab1ad4b4f62b0d35f98ad7a04 Mon Sep 17 00:00:00 2001 From: Henrik Nordstrom Date: Fri, 14 May 2010 06:02:18 +0200 Subject: [PATCH] Cleanup patch --- src/comm.cc | 2 ++ 1 file changed, 2 insertions(+) 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; -- 2.47.3