gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r6803 - GNUnet/src/applications/fs/fsui


From: gnunet
Subject: [GNUnet-SVN] r6803 - GNUnet/src/applications/fs/fsui
Date: Mon, 12 May 2008 05:48:29 -0600 (MDT)

Author: grothoff
Date: 2008-05-12 05:48:11 -0600 (Mon, 12 May 2008)
New Revision: 6803

Modified:
   GNUnet/src/applications/fs/fsui/recursive_download_test.c
Log:
fix

Modified: GNUnet/src/applications/fs/fsui/recursive_download_test.c
===================================================================
--- GNUnet/src/applications/fs/fsui/recursive_download_test.c   2008-05-12 
04:06:15 UTC (rev 6802)
+++ GNUnet/src/applications/fs/fsui/recursive_download_test.c   2008-05-12 
11:48:11 UTC (rev 6803)
@@ -153,8 +153,6 @@
 static void *
 eventCallback (void *cls, const GNUNET_FSUI_Event * event)
 {
-  char *fn;
-
   switch (event->type)
     {
     case GNUNET_FSUI_download_suspended:
@@ -264,7 +262,7 @@
   };
   char keyword[40];
   int prog;
-  struct GNUNET_ECRS_MetaData *meta;
+  struct GNUNET_ECRS_MetaData *meta = NULL;
   struct GNUNET_ECRS_URI *kuri = NULL;
   struct GNUNET_GC_Configuration *cfg;
   struct GNUNET_FSUI_UnindexList *unindex = NULL;
@@ -278,7 +276,7 @@
       return -1;
     }
 #if START_DAEMON
-  GNUNET_disk_directory_remove (NULL, "/tmp/gnunet-fsui-test/content/");
+  GNUNET_disk_directory_remove (NULL, 
"/tmp/gnunet-fsui-recursive_download_test/");
   daemon = GNUNET_daemon_start (NULL, cfg, "peer.conf", GNUNET_NO);
   GNUNET_GE_ASSERT (NULL, daemon > 0);
   CHECK (GNUNET_OK ==
@@ -327,7 +325,7 @@
                                         0,
                                         GNUNET_YES,
                                         upURI,
-                                        meta, fn, NULL, NULL);
+                                        meta, fn43, NULL, NULL);
   CHECK(download != NULL);
   GNUNET_free (fn43);
   fn43 = NULL;





reply via email to

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