gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r7333 - GNUnet/src/applications/dht/tools


From: gnunet
Subject: [GNUnet-SVN] r7333 - GNUnet/src/applications/dht/tools
Date: Thu, 26 Jun 2008 11:04:45 -0600 (MDT)

Author: grothoff
Date: 2008-06-26 11:04:45 -0600 (Thu, 26 Jun 2008)
New Revision: 7333

Modified:
   GNUnet/src/applications/dht/tools/dht-query.c
Log:
fix

Modified: GNUnet/src/applications/dht/tools/dht-query.c
===================================================================
--- GNUnet/src/applications/dht/tools/dht-query.c       2008-06-26 08:43:08 UTC 
(rev 7332)
+++ GNUnet/src/applications/dht/tools/dht-query.c       2008-06-26 17:04:45 UTC 
(rev 7333)
@@ -89,6 +89,11 @@
                               &hc);
   if (ret == GNUNET_SYSERR)
     printf (_("%s(%s) failed.\n"), "get", key);
+  GNUNET_thread_sleep(timeout);
+  ret = GNUNET_DHT_get_stop(ctx, 
+                           GNUNET_ECRS_BLOCKTYPE_DHT_STRING2STRING,
+                           &hc);
+  GNUNET_GE_ASSERT(NULL, ret == GNUNET_OK);
 }
 
 static void





reply via email to

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