diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-03-09 11:24:35 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-03-09 11:24:35 +0100 |
commit | 7b0ae9c1d0a3c3165a8cef8cc12d04d207a49ce2 (patch) | |
tree | 8d1566df6ec3566ca2c1a4689526aa4ef0b79c3a /src/mint/taler-mint-httpd_keystate.c | |
parent | 6714e6a9cc90ddef8b8498f8a62a6c11d998c65c (diff) |
fix ftbfs vs. latest GNUnet APIs
Diffstat (limited to 'src/mint/taler-mint-httpd_keystate.c')
-rw-r--r-- | src/mint/taler-mint-httpd_keystate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mint/taler-mint-httpd_keystate.c b/src/mint/taler-mint-httpd_keystate.c index bc81a5499..7edae9f7b 100644 --- a/src/mint/taler-mint-httpd_keystate.c +++ b/src/mint/taler-mint-httpd_keystate.c @@ -145,7 +145,7 @@ TALER_MINT_conf_duration_provide () { GNUNET_log (GNUNET_ERROR_TYPE_ERROR, "mint_keys.lookahead_provide not valid or not given\n"); - GNUNET_abort (); + GNUNET_assert (0); } return rel; } |