gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r5891 - GNUnet/src/applications/gap
Date: Wed, 12 Dec 2007 23:47:06 -0700 (MST)

Author: grothoff
Date: 2007-12-12 23:47:05 -0700 (Wed, 12 Dec 2007)
New Revision: 5891

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

Modified: GNUnet/src/applications/gap/gap.c
===================================================================
--- GNUnet/src/applications/gap/gap.c   2007-12-13 06:46:53 UTC (rev 5890)
+++ GNUnet/src/applications/gap/gap.c   2007-12-13 06:47:05 UTC (rev 5891)
@@ -233,8 +233,7 @@
     return QUERY_ANSWER | QUERY_FORWARD;
   else if (netLoad < 100)
     return QUERY_ANSWER;
-  else
-    return 0;                   /* drop entirely */
+  return 0;                   /* drop entirely */
 }
 
 /**





reply via email to

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