fix statement order

This commit is contained in:
Christian Grothoff 2021-02-24 16:29:31 +01:00
parent cf67e60134
commit 4e1770898a
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -1676,9 +1676,9 @@ build_key_state (struct HelperState *hs,
true); true);
return NULL; return NULL;
} }
qs = TEH_plugin->iterate_active_auditors (TEH_plugin->cls, qs = TEH_plugin->iterate_auditor_denominations (TEH_plugin->cls,
&auditor_info_cb, &auditor_denom_cb,
ksh); ksh);
if (qs < 0) if (qs < 0)
{ {
GNUNET_break (0); GNUNET_break (0);
@ -1686,9 +1686,9 @@ build_key_state (struct HelperState *hs,
true); true);
return NULL; return NULL;
} }
qs = TEH_plugin->iterate_auditor_denominations (TEH_plugin->cls, qs = TEH_plugin->iterate_active_auditors (TEH_plugin->cls,
&auditor_denom_cb, &auditor_info_cb,
ksh); ksh);
if (qs < 0) if (qs < 0)
{ {
GNUNET_break (0); GNUNET_break (0);