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

service can be not initialized at all

parent f797083a
No related branches found
No related tags found
No related merge requests found
......@@ -255,9 +255,6 @@ int ssexec_disable(int argc, char const *const *argv,char const *const *envp,sse
r = ss_state_check_flags(state,name,SS_FLAGS_INIT) ;
if (r == -1)
log_dieu_nclean(LOG_EXIT_USER,&cleanup,"read state file of: ",name) ;
if (!r)
log_die_nclean(LOG_EXIT_USER,&cleanup,name," is marked initialized -- ",FORCE ? "-F" : "-R"," is not allowed") ;
}
......
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