This commit is contained in:
Christian Grothoff 2019-04-18 17:30:53 +02:00
parent d82068a121
commit 3cf3c580a9
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -289,14 +289,12 @@ handle_transaction_data (void *cls,
}
else
{
if ( (0 != memcmp (&ctx->merchant_pub,
merchant_pub,
sizeof (struct TALER_MerchantPublicKeyP))) ||
if ( (0 != GNUNET_memcmp (&ctx->merchant_pub,
merchant_pub)) ||
(0 != strcmp (wire_method,
ctx->wire_method)) ||
(0 != memcmp (&ctx->h_wire,
h_wire,
sizeof (struct GNUNET_HashCode))) )
(0 != GNUNET_memcmp (&ctx->h_wire,
h_wire)) )
{
GNUNET_break (0);
ctx->is_valid = GNUNET_SYSERR;