0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-02 18:18:56 +02:00

ircd::ctx: Ensure a full-width zero'ing.

This commit is contained in:
Jason Volk 2019-09-03 13:52:05 -07:00
parent 71edd9adee
commit 84c1aef0d6

View file

@ -2191,6 +2191,7 @@ ircd::ctx::set(shared_state_base &st,
case future_state::READY:
case future_state::RETRIEVED:
default:
st.p = nullptr;
st.st = state;
return;
}