mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Fix accidental dead code after continue in sysinstall(8).
This commit is contained in:
parent
62bd9bf901
commit
4a33c460f6
1 changed files with 1 additions and 1 deletions
|
@ -1093,7 +1093,7 @@ int main(void)
|
|||
{
|
||||
explicit_bzero(first, sizeof(first));
|
||||
warn("crypt_newhash");
|
||||
continue;unmount_all_but_root();
|
||||
continue;
|
||||
}
|
||||
explicit_bzero(first, sizeof(first));
|
||||
if ( !install_configurationf("etc/passwd", "a",
|
||||
|
|
Loading…
Reference in a new issue