rx-finer-grained-locking-20090112
authorJeffrey Altman <jaltman@your-file-system.com>
Mon, 12 Jan 2009 20:22:24 +0000 (20:22 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Mon, 12 Jan 2009 20:22:24 +0000 (20:22 +0000)
LICENSE MIT

fix typo in rx-finer-granded-locking-20090112

src/rx/rx.c

index 5d1a591..1a15c83 100644 (file)
@@ -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);