commit 14aba6e9089ebb1eb52e258523eac23ce046cea9
parent fcedf4bd8f5200400a6081940e8e38b899c6e3f4
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date: Mon, 5 Dec 2016 15:36:46 +0100
Fix NULL passed as closure
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/backend/taler-merchant-httpd_track-transaction.c b/src/backend/taler-merchant-httpd_track-transaction.c
@@ -504,7 +504,7 @@ wtid_cb (void *cls,
tctx->exchange_uri,
wtid,
&proof_cb,
- NULL))
+ &pcc))
{
GNUNET_break_op (0);
resume_track_transaction_with_response