gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r30102 - gnunet-gtk/src/namestore


From: gnunet
Subject: [GNUnet-SVN] r30102 - gnunet-gtk/src/namestore
Date: Thu, 10 Oct 2013 16:50:58 +0200

Author: grothoff
Date: 2013-10-10 16:50:58 +0200 (Thu, 10 Oct 2013)
New Revision: 30102

Modified:
   gnunet-gtk/src/namestore/gnunet-namestore-gtk.c
Log:
-fixing #3062

Modified: gnunet-gtk/src/namestore/gnunet-namestore-gtk.c
===================================================================
--- gnunet-gtk/src/namestore/gnunet-namestore-gtk.c     2013-10-10 14:45:24 UTC 
(rev 30101)
+++ gnunet-gtk/src/namestore/gnunet-namestore-gtk.c     2013-10-10 14:50:58 UTC 
(rev 30102)
@@ -1082,7 +1082,7 @@
   }
   else
   {
-    edc->n_exp_time = 1000LL * (time (NULL) + 365 * 24 * 60 * 60); /* + 1y */
+    edc->n_exp_time = 1000000LL * (time (NULL) + 365 * 24 * 60 * 60); /* + 1y 
*/
   }
   edc->ri = ri;
   edc->off = off;




reply via email to

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