]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
packet allocation for 1.4 has no debug counter field
authorDerrick Brashear <shadow@dementia.org>
Thu, 17 Dec 2009 07:07:22 +0000 (02:07 -0500)
committerDerrick Brashear <shadow|account-1000005@unknown>
Thu, 17 Dec 2009 07:10:15 +0000 (23:10 -0800)
remove the debug counter

Change-Id: If4f615ed572a116b6ba2837d8085d1a8f230dcb6
Reviewed-on: http://gerrit.openafs.org/982
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
src/rx/rx_packet.c

index c6b5247ad179d6d98b4e05fb77c47de1941d1640..0a07fe109eca2d50880fb16842101501bf60abc8 100644 (file)
@@ -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);