gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r10411 - GNUnet/src/applications/fs/tools


From: gnunet
Subject: [GNUnet-SVN] r10411 - GNUnet/src/applications/fs/tools
Date: Mon, 22 Feb 2010 19:57:18 +0100

Author: amatus
Date: 2010-02-22 19:57:18 +0100 (Mon, 22 Feb 2010)
New Revision: 10411

Modified:
   GNUnet/src/applications/fs/tools/gnunet-insert.c
Log:
Fix usage of uninitialized start_time.


Modified: GNUnet/src/applications/fs/tools/gnunet-insert.c
===================================================================
--- GNUnet/src/applications/fs/tools/gnunet-insert.c    2010-02-22 16:51:48 UTC 
(rev 10410)
+++ GNUnet/src/applications/fs/tools/gnunet-insert.c    2010-02-22 18:57:18 UTC 
(rev 10411)
@@ -431,6 +431,7 @@
         }
     }
 
+  start_time = GNUNET_get_time ();
   if (uri_string != NULL)
     {
       struct GNUNET_ECRS_URI *us
@@ -467,7 +468,6 @@
   tmp = GNUNET_expand_file_name (ectx, filename);
   if (!do_disable_creation_time)
     GNUNET_meta_data_add_publication_date (meta);
-  start_time = GNUNET_get_time ();
   errorCode = 1;
   ul = GNUNET_FSUI_upload_start (ctx,
                                  tmp,





reply via email to

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