Fix build error introduced when fixing issue #48

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
Joachim Wiberg 2022-03-05 15:29:51 +01:00
parent 05e2a31662
commit 40622ef6c7

View File

@ -514,9 +514,8 @@ int main(int argc, char *argv[])
kern_console_off();
} else
kern_console_off();
no_klogd:
}
no_klogd:
consfile.f_type = F_CONSOLE;
strlcpy(consfile.f_un.f_fname, ctty, sizeof(consfile.f_un.f_fname));