From b0fcc55591ef3baf9abde1881b29fe08c69d3c9c Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Thu, 17 Dec 2009 02:07:22 -0500 Subject: [PATCH] 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 --- src/rx/rx_packet.c | 1 - 1 file changed, 1 deletion(-) 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); -- 2.39.5