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

pick up the good tree name

parent 9e69acd0
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@ static void resolve_compare(resolve_service_t *res)
}
if (strcmp(res->sa.s + res->treename, fres.sa.s + fres.treename))
tree_service_remove(res->sa.s + res->path.home, res->sa.s + res->treename, name) ;
tree_service_remove(fres.sa.s + fres.path.home, fres.sa.s + fres.treename, name) ;
}
resolve_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