From 740d6cba04175f0227e633dff06f0232da31ac54 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 18 Jun 2015 11:39:53 +0200 Subject: finish first draft of testcase, fix first small bug found with it --- src/mint-lib/mint_api_handle.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mint-lib/mint_api_handle.c') diff --git a/src/mint-lib/mint_api_handle.c b/src/mint-lib/mint_api_handle.c index 11c0b793..1ce18569 100644 --- a/src/mint-lib/mint_api_handle.c +++ b/src/mint-lib/mint_api_handle.c @@ -761,6 +761,8 @@ TALER_MINT_connect (struct TALER_MINT_Context *ctx, mint = GNUNET_new (struct TALER_MINT_Handle); mint->ctx = ctx; mint->url = GNUNET_strdup (url); + mint->cert_cb = cert_cb; + mint->cert_cb_cls = cert_cb_cls; kr = GNUNET_new (struct KeysRequest); kr->mint = mint; kr->url = MAH_path_to_url (mint, "/keys"); -- cgit v1.2.3