gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r5744 - GNUnet/src/applications/gap
Date: Fri, 23 Nov 2007 05:13:07 -0700 (MST)

Author: grothoff
Date: 2007-11-23 05:13:07 -0700 (Fri, 23 Nov 2007)
New Revision: 5744

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

Modified: GNUnet/src/applications/gap/gap.c
===================================================================
--- GNUnet/src/applications/gap/gap.c   2007-11-23 11:57:34 UTC (rev 5743)
+++ GNUnet/src/applications/gap/gap.c   2007-11-23 12:13:07 UTC (rev 5744)
@@ -1097,7 +1097,7 @@
   now = GNUNET_get_time ();
   ite = &ROUTING_indTable_[computeRoutingIndex (query)];
   equal_to_pending =
-    memcmp (query, &ite->primaryKey, sizeof (GNUNET_HashCode));
+    0 == memcmp (query, &ite->primaryKey, sizeof (GNUNET_HashCode));
   if ((stats != NULL) && (equal_to_pending))
     stats->change (stat_routing_request_duplicates, 1);
 





reply via email to

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