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:
Steve Dee 2014-03-07 13:45:31 -08:00
parent e43b99af67
commit e7f6270864
2 changed files with 6 additions and 14 deletions

View File

@ -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();

View File

@ -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();
}
}