stream: cleanup
Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
parent
0848056487
commit
b8cb07f456
@ -2170,7 +2170,7 @@ namespace stdex
|
|||||||
sys_object::close();
|
sys_object::close();
|
||||||
m_state = state_t::ok;
|
m_state = state_t::ok;
|
||||||
}
|
}
|
||||||
catch (const std::exception&) {
|
catch (...) {
|
||||||
m_state = state_t::fail;
|
m_state = state_t::fail;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user