mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-28 11:40:11 +03:00
Rejigger boot sequence
The calls to u2_raft_work were effectless since the log hasn't been initialized by that point.
This commit is contained in:
parent
e43b99af67
commit
e7f6270864
6
v/loop.c
6
v/loop.c
@ -654,6 +654,12 @@ u2_lo_loop()
|
||||
void
|
||||
u2_lo_lead(u2_reck* rec_u)
|
||||
{
|
||||
// Further server configuration.
|
||||
//
|
||||
{
|
||||
u2_http_ef_bake();
|
||||
}
|
||||
|
||||
_lo_talk();
|
||||
{
|
||||
u2_unix_ef_look();
|
||||
|
14
v/sist.c
14
v/sist.c
@ -478,14 +478,6 @@ _sist_make(u2_reck* rec_u, u2_noun fav)
|
||||
//
|
||||
u2_term_ef_bake(fav);
|
||||
|
||||
// Work through start sequence.
|
||||
//
|
||||
u2_raft_work(rec_u);
|
||||
|
||||
// Work some more.
|
||||
//
|
||||
u2_raft_work(rec_u);
|
||||
|
||||
// Create the ship directory.
|
||||
//
|
||||
_sist_zest(rec_u);
|
||||
@ -857,10 +849,4 @@ u2_sist_boot(void)
|
||||
else {
|
||||
_sist_rest(u2A);
|
||||
}
|
||||
|
||||
// Further server configuration.
|
||||
//
|
||||
{
|
||||
u2_http_ef_bake();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user