modules/console: Evaluate auth_chain in fed state eval.

This commit is contained in:
Jason Volk 2020-04-21 03:33:57 -07:00
parent cbcd6c288c
commit 912bcd3a3c
1 changed files with 7 additions and 1 deletions

View File

@ -13697,7 +13697,13 @@ console_cmd__fed__state(opt &out, const string_view &line)
vmopts.nothrows = -1;
vmopts.fetch_state = false;
vmopts.fetch_prev = false;
m::vm::eval eval
m::vm::eval
{
auth_chain, vmopts
};
m::vm::eval
{
pdus, vmopts
};