From 510b2042b017776366ed33e9590b81fc5c5c8b6c Mon Sep 17 00:00:00 2001 From: Jeffrey Altman Date: Mon, 12 Jan 2009 20:22:24 +0000 Subject: [PATCH] rx-finer-grained-locking-20090112 LICENSE MIT fix typo in rx-finer-granded-locking-20090112 --- src/rx/rx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rx/rx.c b/src/rx/rx.c index 5d1a59158..1a15c8326 100644 --- a/src/rx/rx.c +++ b/src/rx/rx.c @@ -575,7 +575,7 @@ rx_InitHost(u_int host, u_int port) rx_SetEpoch(tv.tv_sec); /* Start time of this package, rxkad * will provide a randomer value. */ #endif - rx_MutexAdd(rxi_dataQuota, rx_extraQuota, rx_stats_quota); /* + extra pkts caller asked to rsrv */ + rx_MutexAdd(rxi_dataQuota, rx_extraQuota, rx_quota_mutex); /* + extra pkts caller asked to rsrv */ /* *Slightly* random start time for the cid. This is just to help * out with the hashing function at the peer */ rx_nextCid = ((tv.tv_sec ^ tv.tv_usec) << RX_CIDSHIFT); -- 2.39.5