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

typo fix

parent 512a9d85
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,7 @@ static void sanitize_livestate_service_symlink(resolve_service_t *res)
auto_strings(dst, res->sa.s + res->path.tree, SS_SVDIRS, SS_SVC, "/", name) ;
if (!atomic_symlink(dst, sym, "scandir"))
if (!atomic_symlink(dst, sym, "livestate"))
log_dieu(LOG_EXIT_SYS, "symlink: ", sym, " to: ", dst) ;
}
......
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