commit 37a1bc14d3629ae3aefec202ea5f9a2eae152235 parent e767a8063aedd2648745c08e8d4de0d32cd62e43 Author: Christian Grothoff <christian@grothoff.org> Date: Mon, 14 Dec 2015 19:05:58 +0100 fix type error Diffstat:
| M | src/backend/taler-merchant-httpd_pay.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/backend/taler-merchant-httpd_pay.c b/src/backend/taler-merchant-httpd_pay.c @@ -699,7 +699,7 @@ MH_handler_pay (struct TMH_RequestHandler *rh, return (GNUNET_NO == res) ? MHD_YES : MHD_NO; } dc->index = coins_index; - dc->pc = &pc; + dc->pc = pc; } }