gnunet-svn
[Top][All Lists]
Advanced

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

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


From: gnunet
Subject: [GNUnet-SVN] r7089 - GNUnet/src/applications/fs/fsui
Date: Sat, 7 Jun 2008 23:37:54 -0600 (MDT)

Author: grothoff
Date: 2008-06-07 23:37:54 -0600 (Sat, 07 Jun 2008)
New Revision: 7089

Modified:
   GNUnet/src/applications/fs/fsui/download_persistence_test.c
   GNUnet/src/applications/fs/fsui/search_ranking_test.c
Log:
initialize

Modified: GNUnet/src/applications/fs/fsui/download_persistence_test.c
===================================================================
--- GNUnet/src/applications/fs/fsui/download_persistence_test.c 2008-06-08 
03:59:54 UTC (rev 7088)
+++ GNUnet/src/applications/fs/fsui/download_persistence_test.c 2008-06-08 
05:37:54 UTC (rev 7089)
@@ -167,7 +167,7 @@
   };
   int prog;
   char *buf;
-  struct GNUNET_MetaData *meta;
+  struct GNUNET_MetaData *meta = NULL;
   struct GNUNET_ECRS_URI *kuri = NULL;
   struct GNUNET_GC_Configuration *cfg;
   struct GNUNET_FSUI_UnindexList *unindex = NULL;

Modified: GNUnet/src/applications/fs/fsui/search_ranking_test.c
===================================================================
--- GNUnet/src/applications/fs/fsui/search_ranking_test.c       2008-06-08 
03:59:54 UTC (rev 7088)
+++ GNUnet/src/applications/fs/fsui/search_ranking_test.c       2008-06-08 
05:37:54 UTC (rev 7089)
@@ -141,9 +141,8 @@
   struct GNUNET_GC_Configuration *cfg;
   struct GNUNET_FSUI_UploadList *upload;
   struct GNUNET_ECRS_URI *luri;
-  struct GNUNET_FSUI_Context *ctx;
+  struct GNUNET_FSUI_Context *ctx = NULL;
 
-
   ok = GNUNET_YES;
   cfg = GNUNET_GC_create ();
   if (-1 == GNUNET_GC_parse_configuration (cfg, "check.conf"))





reply via email to

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