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

be sure to remove live symlink

parent eabd7e69
No related branches found
No related tags found
No related merge requests found
...@@ -26,8 +26,12 @@ ...@@ -26,8 +26,12 @@
static void sanitize_it(resolve_service_t *res) static void sanitize_it(resolve_service_t *res)
{ {
sanitize_fdholder(res, STATE_FLAGS_FALSE) ; sanitize_fdholder(res, STATE_FLAGS_FALSE) ;
sanitize_scandir(res, STATE_FLAGS_TOUNSUPERVISE) ;
sanitize_livestate(res, STATE_FLAGS_TOUNSUPERVISE) ; if (!state_messenger(res, STATE_FLAGS_TOUNSUPERVISE, STATE_FLAGS_TRUE))
log_dieusys(LOG_EXIT_SYS, "send message to state of: ", res->sa.s + res->name) ;
sanitize_scandir(res) ;
sanitize_livestate(res) ;
} }
/** this function considers that the service is already down */ /** this function considers that the service is already down */
......
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