Fix return code check.
This commit is contained in:
parent
96ccde10c8
commit
60549a69c7
@ -1681,8 +1681,8 @@ TALER_EXCHANGE_serialize_data
|
|||||||
GNUNET_break (0);
|
GNUNET_break (0);
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if (0 == json_array_append_new (denoms,
|
if (0 != json_array_append_new (denoms,
|
||||||
denom))
|
denom))
|
||||||
{
|
{
|
||||||
GNUNET_break (0);
|
GNUNET_break (0);
|
||||||
json_decref (denom);
|
json_decref (denom);
|
||||||
|
Loading…
Reference in New Issue
Block a user