0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-12-27 07:54:05 +01:00

ircd:Ⓜ️:acquire: Fix missing value propagation to state_vmopts.

This commit is contained in:
Jason Volk 2020-12-16 18:33:23 -08:00
parent c3f0f37b30
commit 9e5384525b

View file

@ -30,6 +30,7 @@ ircd::m::acquire::acquire::acquire(const struct opts &opts)
:opts{opts} :opts{opts}
,head_vmopts{opts.vmopts} ,head_vmopts{opts.vmopts}
,history_vmopts{opts.vmopts} ,history_vmopts{opts.vmopts}
,state_vmopts{opts.vmopts}
{ {
if(opts.head) if(opts.head)
{ {