gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r6322 - GNUnet/src/applications/fs/gap


From: gnunet
Subject: [GNUnet-SVN] r6322 - GNUnet/src/applications/fs/gap
Date: Sat, 16 Feb 2008 12:49:53 -0700 (MST)

Author: grothoff
Date: 2008-02-16 12:49:53 -0700 (Sat, 16 Feb 2008)
New Revision: 6322

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

Modified: GNUnet/src/applications/fs/gap/test_multi_results.c
===================================================================
--- GNUnet/src/applications/fs/gap/test_multi_results.c 2008-02-16 16:47:15 UTC 
(rev 6321)
+++ GNUnet/src/applications/fs/gap/test_multi_results.c 2008-02-16 19:49:53 UTC 
(rev 6322)
@@ -128,6 +128,7 @@
           (GNUNET_ECRS_uri_test_equal(uris[i],
                                        fi->uri)) )
        {
+         GNUNET_ECRS_uri_destroy  (uris[i]);
          uris[i] = NULL;
          found++;
          fprintf(stderr,
@@ -200,12 +201,11 @@
   GNUNET_GC_set_configuration_value_string (cfg, ectx, "NETWORK", "HOST",
                                             buf);
   
-  ret = GNUNET_ECRS_search (ectx,
-                            cfg,
-                            key, 1, &searchCB, NULL, &testTerminate, NULL);
+  GNUNET_ECRS_search (ectx,
+                     cfg,
+                     key, 1, &searchCB, NULL, &testTerminate, NULL);
   fprintf(stderr,
          "\n");
-  CHECK (ret == GNUNET_OK);
   CHECK (found > (TOTAL*90)/100);
 FAILURE:
 #if START_PEERS





reply via email to

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