mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-14 17:41:33 +03:00
vere: fixes driver exit in u3_pier_bail()
This commit is contained in:
parent
c184752f8d
commit
69eeb6309e
@ -1666,7 +1666,9 @@ u3_pier_bail(u3_pier* pir_u)
|
|||||||
|
|
||||||
// exig i/o drivers
|
// exig i/o drivers
|
||||||
//
|
//
|
||||||
if ( pir_u->wok_u ) {
|
if ( (u3_psat_work == pir_u->sat_e)
|
||||||
|
&& pir_u->wok_u )
|
||||||
|
{
|
||||||
_pier_work_close(pir_u->wok_u);
|
_pier_work_close(pir_u->wok_u);
|
||||||
pir_u->wok_u = 0;
|
pir_u->wok_u = 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user