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

check supervised state instead of initiated

parent 5fdc29db
No related branches found
No related tags found
No related merge requests found
......@@ -69,7 +69,7 @@ int info_graph_display_service(char const *name)
} else {
if (!service_is(&sta, STATE_FLAGS_TOINIT)) {
if (!service_is(&sta, STATE_FLAGS_ISSUPERVISED)) {
ppid = "unitialized" ;
goto dis ;
......
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