fix statement order
This commit is contained in:
parent
cf67e60134
commit
4e1770898a
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user