gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r6219 - GNUnet/src/applications/fs/gap
Date: Sat, 9 Feb 2008 23:35:36 -0700 (MST)

Author: grothoff
Date: 2008-02-09 23:35:35 -0700 (Sat, 09 Feb 2008)
New Revision: 6219

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

Modified: GNUnet/src/applications/fs/gap/test_loopback.c
===================================================================
--- GNUnet/src/applications/fs/gap/test_loopback.c      2008-02-10 05:28:18 UTC 
(rev 6218)
+++ GNUnet/src/applications/fs/gap/test_loopback.c      2008-02-10 06:35:35 UTC 
(rev 6219)
@@ -168,7 +168,6 @@
                             cfg,
                             *uri,
                             0,
-                            15 * GNUNET_CRON_SECONDS,
                             &searchCB, &myURI, &testTerminate, NULL);
   GNUNET_ECRS_uri_destroy (*uri);
   *uri = myURI;
@@ -233,7 +232,7 @@
 
   name = makeName (size);
   ret =
-    GNUNET_ECRS_file_uninde (ectx, cfg, name, NULL, NULL, &testTerminate,
+    GNUNET_ECRS_file_unindex (ectx, cfg, name, NULL, NULL, &testTerminate,
                              NULL);
   if (0 != UNLINK (name))
     ret = GNUNET_SYSERR;





reply via email to

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