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:
parent
c3f0f37b30
commit
9e5384525b
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue