gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r1116 - in GNUnet/src/applications/fs: fsui module


From: grothoff
Subject: [GNUnet-SVN] r1116 - in GNUnet/src/applications/fs: fsui module
Date: Tue, 28 Jun 2005 12:52:36 -0700 (PDT)

Author: grothoff
Date: 2005-06-28 12:52:32 -0700 (Tue, 28 Jun 2005)
New Revision: 1116

Modified:
   GNUnet/src/applications/fs/fsui/fsui.c
   GNUnet/src/applications/fs/module/migration.c
   GNUnet/src/applications/fs/module/migration.h
Log:
compile

Modified: GNUnet/src/applications/fs/fsui/fsui.c
===================================================================
--- GNUnet/src/applications/fs/fsui/fsui.c      2005-06-28 19:43:22 UTC (rev 
1115)
+++ GNUnet/src/applications/fs/fsui/fsui.c      2005-06-28 19:52:32 UTC (rev 
1116)
@@ -154,8 +154,8 @@
     ECRS_freeUri(ret->uri);
   for (i=0;i<ret->completedDownloadsCount;i++) {
     if (ret->completedDownloads[i] != NULL)
-      ECRS_freeUri(ret->completedDownloads);
-
+      ECRS_freeUri(ret->completedDownloads[i]);
+  }
   
   FREE(ret);
   LOG(LOG_WARNING,

Modified: GNUnet/src/applications/fs/module/migration.c
===================================================================
--- GNUnet/src/applications/fs/module/migration.c       2005-06-28 19:43:22 UTC 
(rev 1115)
+++ GNUnet/src/applications/fs/module/migration.c       2005-06-28 19:52:32 UTC 
(rev 1116)
@@ -29,6 +29,7 @@
 #include "migration.h"
 #include "fs.h"
 
+
 /**
  * Datastore service.
  */

Modified: GNUnet/src/applications/fs/module/migration.h
===================================================================
--- GNUnet/src/applications/fs/module/migration.h       2005-06-28 19:43:22 UTC 
(rev 1115)
+++ GNUnet/src/applications/fs/module/migration.h       2005-06-28 19:52:32 UTC 
(rev 1116)
@@ -32,9 +32,9 @@
 #include "gnunet_datastore_service.h"
 #include "gnunet_dht_service.h"
 #include "gnunet_gap_service.h"
+#include "gnunet_traffic_service.h"
 
 
-
 /**
  * What is the maximum expiration time for migrated content?
  *





reply via email to

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