gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r9905 - GNUnet/src/applications/dv_dht/module


From: gnunet
Subject: [GNUnet-SVN] r9905 - GNUnet/src/applications/dv_dht/module
Date: Sun, 27 Dec 2009 01:19:10 +0100

Author: grothoff
Date: 2009-12-27 01:19:10 +0100 (Sun, 27 Dec 2009)
New Revision: 9905

Modified:
   GNUnet/src/applications/dv_dht/module/table.c
Log:
trying to fix 1531

Modified: GNUnet/src/applications/dv_dht/module/table.c
===================================================================
--- GNUnet/src/applications/dv_dht/module/table.c       2009-12-26 22:58:47 UTC 
(rev 9904)
+++ GNUnet/src/applications/dv_dht/module/table.c       2009-12-27 00:19:10 UTC 
(rev 9905)
@@ -720,11 +720,9 @@
 
   p = GNUNET_malloc (sizeof (GNUNET_PeerIdentity));
   *p = pi->id;
-  if (GNUNET_OK == pingpong->ping (p, &pongNotify, p, GNUNET_NO, rand ()))
-    {
-      pi->lastTimePingSend = GNUNET_get_time ();
-      pi->request_count++;
-    }
+  pi->lastTimePingSend = GNUNET_get_time ();
+  pi->request_count++;
+  pingpong->ping (p, &pongNotify, p, GNUNET_NO, rand ());
 }
 
 /**





reply via email to

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