Fix build error introduced when fixing issue #48
Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
parent
05e2a31662
commit
40622ef6c7
@ -514,9 +514,8 @@ int main(int argc, char *argv[])
|
|||||||
kern_console_off();
|
kern_console_off();
|
||||||
} else
|
} else
|
||||||
kern_console_off();
|
kern_console_off();
|
||||||
no_klogd:
|
|
||||||
}
|
}
|
||||||
|
no_klogd:
|
||||||
consfile.f_type = F_CONSOLE;
|
consfile.f_type = F_CONSOLE;
|
||||||
strlcpy(consfile.f_un.f_fname, ctty, sizeof(consfile.f_un.f_fname));
|
strlcpy(consfile.f_un.f_fname, ctty, sizeof(consfile.f_un.f_fname));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user