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

really remove ssexec_remove

parent c9906a28
No related branches found
No related tags found
No related merge requests found
......@@ -112,7 +112,6 @@ extern ssexec_func_t ssexec_scandir_signal ;
extern ssexec_func_t ssexec_status ;
extern ssexec_func_t ssexec_resolve ;
extern ssexec_func_t ssexec_state ;
extern ssexec_func_t ssexec_remove ;
extern ssexec_func_t ssexec_signal ;
/** tree */
......
......@@ -9,10 +9,10 @@ ssexec_init.o
ssexec_parse.o
ssexec_reconfigure.o
ssexec_reload.o
ssexec_remove.o
ssexec_resolve.o
ssexec_restart.o
ssexec_scandir_create.o
ssexec_scandir_remove.o
ssexec_scandir_signal.o
ssexec_scandir_wrapper.o
ssexec_shutdown_wrapper.o
......
......@@ -42,7 +42,6 @@ static void remove_service(resolve_service_t *res, ssexec_t *info)
{
log_flow() ;
int r ;
char sym[strlen(res->sa.s + res->path.home) + SS_SYSTEM_LEN + SS_RESOLVE_LEN + SS_SERVICE_LEN + 1 + SS_MAX_SERVICE_NAME + 1] ;
auto_remove(res->sa.s + res->path.servicedir) ;
......@@ -125,4 +124,4 @@ void svc_remove(unsigned int *alist, unsigned int alen, graph_t *graph, resolve_
auto_remove(dir) ;
}
}
}
\ No newline at end of file
}
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