Fix accidental dead code after continue in sysinstall(8).

This commit is contained in:
Jonas 'Sortie' Termansen 2018-07-23 22:17:06 +02:00
parent 62bd9bf901
commit 4a33c460f6
1 changed files with 1 additions and 1 deletions

View File

@ -1093,7 +1093,7 @@ int main(void)
{ {
explicit_bzero(first, sizeof(first)); explicit_bzero(first, sizeof(first));
warn("crypt_newhash"); warn("crypt_newhash");
continue;unmount_all_but_root(); continue;
} }
explicit_bzero(first, sizeof(first)); explicit_bzero(first, sizeof(first));
if ( !install_configurationf("etc/passwd", "a", if ( !install_configurationf("etc/passwd", "a",