remove duplciate check
This commit is contained in:
parent
b405b02875
commit
90aa044e61
@ -649,12 +649,11 @@ handle_refresh_reveal_json (struct MHD_Connection *connection,
|
|||||||
res = GNUNET_OK;
|
res = GNUNET_OK;
|
||||||
for (i = 0; i < TALER_CNC_KAPPA - 1; i++)
|
for (i = 0; i < TALER_CNC_KAPPA - 1; i++)
|
||||||
{
|
{
|
||||||
if (GNUNET_OK != res)
|
|
||||||
break;
|
|
||||||
struct GNUNET_JSON_Specification tp_spec[] = {
|
struct GNUNET_JSON_Specification tp_spec[] = {
|
||||||
GNUNET_JSON_spec_fixed_auto (NULL, &transfer_privs[i]),
|
GNUNET_JSON_spec_fixed_auto (NULL, &transfer_privs[i]),
|
||||||
GNUNET_JSON_spec_end ()
|
GNUNET_JSON_spec_end ()
|
||||||
};
|
};
|
||||||
|
|
||||||
if (GNUNET_OK != res)
|
if (GNUNET_OK != res)
|
||||||
break;
|
break;
|
||||||
res = TMH_PARSE_json_array (connection,
|
res = TMH_PARSE_json_array (connection,
|
||||||
|
Loading…
Reference in New Issue
Block a user