diff options
author | Christian Grothoff <christian@grothoff.org> | 2013-10-10 14:50:58 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2013-10-10 14:50:58 +0000 |
commit | 9430d0013eb86f72496f22f647c1018813b5bf17 (patch) | |
tree | 54bf8ee601ad00ce83098a7ccf4c8b3814afc584 | |
parent | 413036c2b5e3778a7da9d0486a70259f90354368 (diff) | |
download | gnunet-gtk-9430d0013eb86f72496f22f647c1018813b5bf17.tar.gz gnunet-gtk-9430d0013eb86f72496f22f647c1018813b5bf17.zip |
-fixing #3062
-rw-r--r-- | src/namestore/gnunet-namestore-gtk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/namestore/gnunet-namestore-gtk.c b/src/namestore/gnunet-namestore-gtk.c index b6b40191..542d97e0 100644 --- a/src/namestore/gnunet-namestore-gtk.c +++ b/src/namestore/gnunet-namestore-gtk.c | |||
@@ -1082,7 +1082,7 @@ launch_edit_dialog (gint n_type, | |||
1082 | } | 1082 | } |
1083 | else | 1083 | else |
1084 | { | 1084 | { |
1085 | edc->n_exp_time = 1000LL * (time (NULL) + 365 * 24 * 60 * 60); /* + 1y */ | 1085 | edc->n_exp_time = 1000000LL * (time (NULL) + 365 * 24 * 60 * 60); /* + 1y */ |
1086 | } | 1086 | } |
1087 | edc->ri = ri; | 1087 | edc->ri = ri; |
1088 | edc->off = off; | 1088 | edc->off = off; |