This commit is contained in:
Marcello Stanisci 2016-10-17 23:51:09 +02:00
parent aa3332b74e
commit 93f1fb5fc3

View File

@ -924,7 +924,7 @@ reserve_status_cb (void *cls,
{ {
if (GNUNET_OK != if (GNUNET_OK !=
compare_reserve_withdraw_history (&history[j], compare_reserve_withdraw_history (&history[j],
rel)) rel))
{ {
GNUNET_break (0); GNUNET_break (0);
fail (is); fail (is);
@ -1782,9 +1782,9 @@ interpreter_run (void *cls)
&reserve_pub.eddsa_pub); &reserve_pub.eddsa_pub);
cmd->details.reserve_status.wsh cmd->details.reserve_status.wsh
= TALER_EXCHANGE_reserve_status (exchange, = TALER_EXCHANGE_reserve_status (exchange,
&reserve_pub, &reserve_pub,
&reserve_status_cb, &reserve_status_cb,
is); is);
return; return;
case OC_WITHDRAW_SIGN: case OC_WITHDRAW_SIGN:
GNUNET_assert (NULL != GNUNET_assert (NULL !=