Skip to content

Commit

Permalink
Fix missing struct field initialization (my bad).
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiří Zárevúcky committed Apr 16, 2018
1 parent cbc534c commit 1cac875
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kernel/generic/src/main/kinit.c
Expand Up @@ -263,6 +263,8 @@ void kinit(void *arg)
"init[%zu]: Second binary named \"loader\""
" present.", i);
}

programs[i].task = NULL;
continue;
}

Expand Down

0 comments on commit 1cac875

Please sign in to comment.