commit 22e224adc47db9f8ab9d51cfab90dbd6101633f6
parent cb0bdc2223b79abdc17d1058b642ca6eb8c3880d
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date: Mon, 14 Dec 2015 18:10:18 +0100
fixing segfault reported in msg 9999 of issue 4085
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/backend/taler-merchant-httpd_pay.c b/src/backend/taler-merchant-httpd_pay.c
@@ -699,6 +699,7 @@ MH_handler_pay (struct TMH_RequestHandler *rh,
return (GNUNET_NO == res) ? MHD_YES : MHD_NO;
}
dc->index = coins_index;
+ dc->pc = &pc;
}
}