clean_consdiffmgr() callback is only for directories

Only relevant for directory servers.

Signed-off-by: David Goulet <dgoulet@torproject.org>
This commit is contained in:
David Goulet 2018-04-25 14:12:38 -04:00
parent 2748dd0f1c
commit b6f7e23bbd
1 changed files with 1 additions and 1 deletions

View File

@ -2318,7 +2318,7 @@ static int
clean_consdiffmgr_callback(time_t now, const or_options_t *options)
{
(void)now;
if (server_mode(options)) {
if (dir_server_mode(options)) {
consdiffmgr_cleanup();
}
return CDM_CLEAN_CALLBACK_INTERVAL;