From: Derrick Brashear Date: Thu, 17 Dec 2009 07:07:22 +0000 (-0500) Subject: packet allocation for 1.4 has no debug counter field X-Git-Tag: openafs-stable-1_4_12pre1~21 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=b0fcc55591ef3baf9abde1881b29fe08c69d3c9c;p=packages%2Fo%2Fopenafs.git packet allocation for 1.4 has no debug counter field remove the debug counter Change-Id: If4f615ed572a116b6ba2837d8085d1a8f230dcb6 Reviewed-on: http://gerrit.openafs.org/982 Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- diff --git a/src/rx/rx_packet.c b/src/rx/rx_packet.c index c6b5247ad..0a07fe109 100644 --- a/src/rx/rx_packet.c +++ b/src/rx/rx_packet.c @@ -1776,7 +1776,6 @@ rxi_ReceiveDebugPacket(register struct rx_packet *ap, osi_socket asocket, #endif MUTEX_ENTER(&rx_serverPool_lock); tstat.nFreePackets = htonl(rx_nFreePackets); - tstat.nPackets = htonl(rx_nPackets); tstat.callsExecuted = htonl(rxi_nCalls); tstat.packetReclaims = htonl(rx_packetReclaims); tstat.usedFDs = CountFDs(64);