mirror of
https://github.com/urbit/shrub.git
synced 2025-01-04 18:43:46 +03:00
vere: close terminal driver last
This commit is contained in:
parent
84ccfa97d8
commit
0393047847
@ -1261,10 +1261,6 @@ _pier_loop_exit(u3_pier* pir_u)
|
|||||||
// XX legacy handlers, not yet scoped to a pier
|
// XX legacy handlers, not yet scoped to a pier
|
||||||
//
|
//
|
||||||
{
|
{
|
||||||
cod_l = u3a_lush(c3__term);
|
|
||||||
u3_term_io_exit();
|
|
||||||
u3a_lop(cod_l);
|
|
||||||
|
|
||||||
cod_l = u3a_lush(c3__http);
|
cod_l = u3a_lush(c3__http);
|
||||||
u3_http_io_exit();
|
u3_http_io_exit();
|
||||||
u3a_lop(cod_l);
|
u3a_lop(cod_l);
|
||||||
@ -1272,6 +1268,10 @@ _pier_loop_exit(u3_pier* pir_u)
|
|||||||
cod_l = u3a_lush(c3__cttp);
|
cod_l = u3a_lush(c3__cttp);
|
||||||
u3_cttp_io_exit();
|
u3_cttp_io_exit();
|
||||||
u3a_lop(cod_l);
|
u3a_lop(cod_l);
|
||||||
|
|
||||||
|
cod_l = u3a_lush(c3__term);
|
||||||
|
u3_term_io_exit();
|
||||||
|
u3a_lop(cod_l);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user