aboutsummaryrefslogtreecommitdiff
path: root/src/mint
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-05-01 10:02:09 +0200
committerChristian Grothoff <christian@grothoff.org>2015-05-01 10:02:09 +0200
commit66355c18c859b92cf7743dbeb7e5835506ae99a7 (patch)
treed335864d6041e6fe7dda5295d2164b2728b08beb /src/mint
parent95f99d32dd433e36e17f7ce7ce335b8187ab39ba (diff)
downloadexchange-66355c18c859b92cf7743dbeb7e5835506ae99a7.tar.xz
-initialize 'now'
Diffstat (limited to 'src/mint')
-rw-r--r--src/mint/taler-mint-httpd_keystate.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mint/taler-mint-httpd_keystate.c b/src/mint/taler-mint-httpd_keystate.c
index 8901f33d5..07b83ac85 100644
--- a/src/mint/taler-mint-httpd_keystate.c
+++ b/src/mint/taler-mint-httpd_keystate.c
@@ -479,6 +479,7 @@ TMH_KS_denomination_key_lookup (const struct TMH_KS_StateHandle *key_state,
&hc);
dki = GNUNET_CONTAINER_multihashmap_get (key_state->denomkey_map,
&hc);
+ now = GNUNET_TIME_absolute_get ();
if (now.abs_value_us <
GNUNET_TIME_absolute_ntoh (dki->issue.start).abs_value_us)
{