From: Jeffrey Altman Date: Tue, 25 Jan 2005 18:46:33 +0000 (+0000) Subject: rxdebug-withWaited-20050125 X-Git-Tag: BP-disconnected~26 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=8a68d38977d4311a62350dd60645e39ded4650f1;p=packages%2Fo%2Fopenafs.git rxdebug-withWaited-20050125 copy/paste error corrected. 'withWaited' never assigned a value --- diff --git a/src/rx/rxdebug.c b/src/rx/rxdebug.c index 6e3528bd9..9a35382d0 100644 --- a/src/rx/rxdebug.c +++ b/src/rx/rxdebug.c @@ -256,7 +256,7 @@ MainCommand(as, arock) withRxStats = (supportedDebugValues & RX_SERVER_DEBUG_RX_STATS); withWaiters = (supportedDebugValues & RX_SERVER_DEBUG_WAITER_CNT); withIdleThreads = (supportedDebugValues & RX_SERVER_DEBUG_IDLE_THREADS); - withIdleThreads = (supportedDebugValues & RX_SERVER_DEBUG_WAITED_CNT); + withWaited = (supportedDebugValues & RX_SERVER_DEBUG_WAITED_CNT); withPeers = (supportedDebugValues & RX_SERVER_DEBUG_ALL_PEER); printf("Free packets: %d, packet reclaims: %d, calls: %d, used FDs: %d\n",