This commit is contained in:
Christian Grothoff 2020-04-21 13:53:15 +02:00
parent a5460cc84d
commit c167fd8f8f
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC
4 changed files with 0 additions and 4 deletions

View File

@ -141,7 +141,6 @@ handle_admin_add_incoming_finished (void *cls,
(unsigned int) response_code);
GNUNET_break (0);
ec = TALER_JSON_get_error_code (j);
response_code = 0;
break;
}
aai->cb (aai->cb_cls,

View File

@ -197,7 +197,6 @@ handle_credit_history_finished (void *cls,
(unsigned int) response_code);
GNUNET_break_op (0);
ec = TALER_JSON_get_error_code (j);
response_code = 0;
break;
}
if (NULL != hh->hcb)

View File

@ -202,7 +202,6 @@ handle_debit_history_finished (void *cls,
(unsigned int) response_code);
GNUNET_break_op (0);
ec = TALER_JSON_get_error_code (j);
response_code = 0;
break;
}
if (NULL != hh->hcb)

View File

@ -236,7 +236,6 @@ handle_transfer_finished (void *cls,
(unsigned int) response_code);
GNUNET_break (0);
ec = TALER_JSON_get_error_code (j);
response_code = 0;
break;
}
th->cb (th->cb_cls,