check for right type

This commit is contained in:
Christian Grothoff 2020-03-22 14:51:36 +01:00
parent 9b470d2462
commit bdbe923bf6
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -388,9 +388,9 @@ TALER_ARL_setup_sessions_and_run (TALER_ARL_Analysis ana,
return GNUNET_SYSERR;
}
GNUNET_break (GNUNET_SYSERR !=
transact (ana,
ana_cls));
if (0 > transact (ana,
ana_cls))
return GNUNET_SYSERR;
return GNUNET_OK;
}