summaryrefslogtreecommitdiff
path: root/src/mint-lib/mint_api_handle.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mint-lib/mint_api_handle.c')
-rw-r--r--src/mint-lib/mint_api_handle.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mint-lib/mint_api_handle.c b/src/mint-lib/mint_api_handle.c
index 2f348d475..abd4d0db7 100644
--- a/src/mint-lib/mint_api_handle.c
+++ b/src/mint-lib/mint_api_handle.c
@@ -566,13 +566,16 @@ parse_response_keys_get (struct KeysRequest *kr)
* is complete.
*
* @param cls the `struct KeysRequest`
+ * @param eh easy handle of the original request
*/
static void
-keys_completed_cb (void *cls)
+keys_completed_cb (void *cls,
+ CURL *eh)
{
struct KeysRequest *kr = cls;
struct TALER_MINT_Handle *mint = kr->mint;
+ /* FIXME: might want to check response code? */
if ( (0 != kr->eno) ||
(GNUNET_OK !=
parse_response_keys_get (kr)) )