Fix bug that cause boot delay
This commit is contained in:
parent
594a67fe28
commit
d1b9eca5eb
@ -170,7 +170,7 @@ void start_daemon() {
|
||||
unlock_blocks();
|
||||
|
||||
// Notifiy init the daemon is started
|
||||
close(xopen(UNBLOCKFILE, O_RDONLY));
|
||||
close(xopen(UNBLOCKFILE, O_RDONLY | O_CREAT));
|
||||
|
||||
// Loop forever to listen for requests
|
||||
while(1) {
|
||||
|
Loading…
Reference in New Issue
Block a user