Skip to content

Commit

Permalink
Fix issue #78 - ip space failing after global configuration reload.
Browse files Browse the repository at this point in the history
  • Loading branch information
SolidWallOfCode committed Mar 17, 2022
1 parent 2ed57d3 commit aad7907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/src/ip_space.cc
Original file line number Diff line number Diff line change
Expand Up @@ -872,7 +872,7 @@ Mod_ip_space::load(Config &cfg, YAML::Node node, TextView, TextView arg, YAML::N
errata.note(R"(While parsing "{}" modifier at {}.)", KEY, key_value.Mark());
return std::move(errata);
}
return Handle(new self_type{std::move(expr), arg, info._drtv});
return Handle(new self_type{std::move(expr), cfg.localize(arg), info._drtv});
}

Rv<Feature>
Expand Down

0 comments on commit aad7907

Please sign in to comment.