diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-06-20 22:53:01 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-06-20 22:53:01 +0200 |
commit | 3bb26bcf47e4f58df53addb70fdeeefbabd2e8be (patch) | |
tree | 6d40a613b31d8bf3d7b7569ed42793c6a48dbdfd /src/mint-lib/mint_api_handle.c | |
parent | 61752e033436d73c7a70bc12d5be4706f1595ab6 (diff) |
deduplicate code with util/json.c, do use consistently /time/ encoding
Diffstat (limited to 'src/mint-lib/mint_api_handle.c')
-rw-r--r-- | src/mint-lib/mint_api_handle.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mint-lib/mint_api_handle.c b/src/mint-lib/mint_api_handle.c index 8a5212ae..9d6c4b0a 100644 --- a/src/mint-lib/mint_api_handle.c +++ b/src/mint-lib/mint_api_handle.c @@ -355,7 +355,10 @@ parse_json_denomkey (struct TALER_MINT_DenomPublicKey *denom_key, if (GNUNET_OK != MAJ_parse_json (denom_key_obj, spec)) + { + GNUNET_break_op (0); return GNUNET_SYSERR; + } memset (&denom_key_issue, 0, sizeof (denom_key_issue)); GNUNET_CRYPTO_rsa_public_key_hash (pk, |