gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r2442 - GNUnet/src/applications/gap


From: durner
Subject: [GNUnet-SVN] r2442 - GNUnet/src/applications/gap
Date: Tue, 10 Jan 2006 02:41:31 -0800 (PST)

Author: durner
Date: 2006-01-10 02:41:13 -0800 (Tue, 10 Jan 2006)
New Revision: 2442

Modified:
   GNUnet/src/applications/gap/gap.c
Log:
fix

Modified: GNUnet/src/applications/gap/gap.c
===================================================================
--- GNUnet/src/applications/gap/gap.c   2006-01-10 10:35:52 UTC (rev 2441)
+++ GNUnet/src/applications/gap/gap.c   2006-01-10 10:41:13 UTC (rev 2442)
@@ -824,7 +824,7 @@
     return; /* never send back to source */
 
   /* Load above hard limit? */
-  if ((hardLimit && getCPULoad() >= hardCPULimit) ||
+  if ((hardCPULimit && getCPULoad() >= hardCPULimit) ||
         (hardUpLimit && getNetworkLoadUp() >= hardUpLimit) )
     return;
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]