Commit 2409907c authored by gfleury's avatar gfleury

Fix typo

parent 43146158
...@@ -572,6 +572,7 @@ int change_user_group () { ...@@ -572,6 +572,7 @@ int change_user_group () {
setenv("HOME", pw->pw_dir, 1); setenv("HOME", pw->pw_dir, 1);
setenv("SHELL", pw->pw_shell, 1); setenv("SHELL", pw->pw_shell, 1);
} }
}
return 0; return 0;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment