Skip to content
Snippets Groups Projects
Commit fe725c06 authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

do not try to stop/start an already disabled service, related to commit 11bcc651

parent 961d6583
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@ static void rebuild_list(ss_resolve_graph_t *graph,ssexec_t *info, int what)
}
else
{
if (!sta.state && what)
if (!sta.state && what || !genalloc_s(ss_resolve_t,&graph->sorted)[i].disen)
{
log_info("Already down: ",name) ;
continue ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment