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

let function to be independent

parent f3f1acc7
No related branches found
No related tags found
No related merge requests found
......@@ -33,5 +33,8 @@ void service_switch_tree(resolve_service_t *res, char const *base, char const *t
if (!service_resolve_modify_field(res, E_RESOLVE_SERVICE_TREENAME, totreename))
log_dieu(LOG_EXIT_SYS, "modify resolve file of: ", res->sa.s + res->name) ;
if (!resolve_write_g(wres, res->sa.s + res->path.home, res->sa.s + res->name))
log_dieu(LOG_EXIT_SYS, "write resolve file of: ", res->sa.s + res->name) ;
free(wres) ;
}
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