commit cf62f519d20ece92140a8ace68ef62e88377cd45
parent a5007df7e41aff159d0404408e10af930c615a48
Author: ng0 <ng0@n0.is>
Date: Mon, 8 Apr 2019 13:29:36 +0000
refactor for GNUNET_memcmp
Diffstat:
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/src/lib/testing_api_cmd_track.c b/src/lib/testing_api_cmd_track.c
@@ -613,9 +613,8 @@ track_transfer_cb
TALER_JSON_merchant_wire_signature_hash (wire_details,
&h_wire_details));
- if (0 != memcmp (&h_wire_details,
- h_wire,
- sizeof (struct GNUNET_HashCode)))
+ if (0 != GNUNET_memcmp (&h_wire_details,
+ h_wire))
{
GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
"Wire hash missmath to command %s\n",