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