memcmp
This commit is contained in:
parent
32a3a0ffb0
commit
d82068a121
@ -708,9 +708,8 @@ update_auditors (struct TALER_EXCHANGE_Handle *exchange)
|
|||||||
NULL != a;
|
NULL != a;
|
||||||
a = a->next)
|
a = a->next)
|
||||||
{
|
{
|
||||||
if (0 == memcmp (&auditor->auditor_pub,
|
if (0 == GNUNET_memcmp (&auditor->auditor_pub,
|
||||||
&a->auditor_pub,
|
&a->auditor_pub))
|
||||||
sizeof (struct TALER_AuditorPublicKeyP)))
|
|
||||||
{
|
{
|
||||||
ale = a;
|
ale = a;
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user