diff options
author | Christian Grothoff <christian@grothoff.org> | 2016-01-21 11:24:18 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2016-01-21 11:24:18 +0100 |
commit | 9ccba0e77f1c388bbfb7e6bea1b650797d57d023 (patch) | |
tree | a3bbeb8340dbf9247d7244bb25ab96d2b818bb0e /src/mint-lib | |
parent | 8f071e2200f0421caf1969c71a16ed62b3356fb5 (diff) |
implementing insert function into aggregation table
Diffstat (limited to 'src/mint-lib')
-rw-r--r-- | src/mint-lib/mint_api_context.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mint-lib/mint_api_context.c b/src/mint-lib/mint_api_context.c index 3a86efb64..2767906b5 100644 --- a/src/mint-lib/mint_api_context.c +++ b/src/mint-lib/mint_api_context.c @@ -288,7 +288,7 @@ TALER_MINT_perform (struct TALER_MINT_Context *ctx) GNUNET_assert (CURLE_OK == curl_easy_getinfo (cmsg->easy_handle, CURLINFO_PRIVATE, - (char *) &job)); + (char **) &job)); GNUNET_assert (job->ctx == ctx); job->jcc (job->jcc_cls, cmsg->easy_handle); |