run denom helper even with zero denoms, as we may be using the other cipher type only
This commit is contained in:
parent
ca7fa98016
commit
271711ae64
@ -1562,10 +1562,8 @@ run (void *cls,
|
|||||||
}
|
}
|
||||||
if (NULL == denom_head)
|
if (NULL == denom_head)
|
||||||
{
|
{
|
||||||
GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
|
GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
|
||||||
"No denominations configured\n");
|
"No CS denominations configured\n");
|
||||||
global_ret = EXIT_NOTCONFIGURED;
|
|
||||||
GNUNET_SCHEDULER_shutdown ();
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
/* start job to keep keys up-to-date; MUST be run before the #listen_task,
|
/* start job to keep keys up-to-date; MUST be run before the #listen_task,
|
||||||
|
@ -1540,10 +1540,8 @@ run (void *cls,
|
|||||||
}
|
}
|
||||||
if (NULL == denom_head)
|
if (NULL == denom_head)
|
||||||
{
|
{
|
||||||
GNUNET_log (GNUNET_ERROR_TYPE_ERROR,
|
GNUNET_log (GNUNET_ERROR_TYPE_WARNING,
|
||||||
"No denominations configured\n");
|
"No RSA denominations configured\n");
|
||||||
global_ret = EXIT_NOTCONFIGURED;
|
|
||||||
GNUNET_SCHEDULER_shutdown ();
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
/* start job to keep keys up-to-date; MUST be run before the #listen_task,
|
/* start job to keep keys up-to-date; MUST be run before the #listen_task,
|
||||||
|
Loading…
Reference in New Issue
Block a user