fix #6192
This commit is contained in:
parent
a5460cc84d
commit
c167fd8f8f
@ -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,
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user