]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
undo unneeded changes
authorChristos Tsantilas <chtsanti@users.sourceforge.net>
Wed, 2 Mar 2011 16:46:09 +0000 (18:46 +0200)
committerChristos Tsantilas <chtsanti@users.sourceforge.net>
Wed, 2 Mar 2011 16:46:09 +0000 (18:46 +0200)
src/snmp/Inquirer.cc

index d3ab625e827ae875d3e2a0b76292f75392c01e6a..6d748b0355f2b3ea84c37bd620b996befb848f8a 100644 (file)
@@ -24,7 +24,6 @@ Snmp::Inquirer::Inquirer(const Request& aRequest, const Ipc::StrandCoords& coord
         fd(ImportFdIntoComm(aRequest.fd, SOCK_DGRAM, IPPROTO_UDP, Ipc::fdnInSnmpSocket))
 {
     debugs(49, 5, HERE);
-
     closer = asyncCall(49, 5, "Snmp::Inquirer::noteCommClosed",
                        CommCbMemFunT<Inquirer, CommCloseCbParams>(this, &Inquirer::noteCommClosed));
     comm_add_close_handler(fd, closer);