Skip to content

Commit aad7907

Browse files
Fix issue #78 - ip space failing after global configuration reload.
1 parent 2ed57d3 commit aad7907

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/src/ip_space.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -872,7 +872,7 @@ Mod_ip_space::load(Config &cfg, YAML::Node node, TextView, TextView arg, YAML::N
872872
errata.note(R"(While parsing "{}" modifier at {}.)", KEY, key_value.Mark());
873873
return std::move(errata);
874874
}
875-
return Handle(new self_type{std::move(expr), arg, info._drtv});
875+
return Handle(new self_type{std::move(expr), cfg.localize(arg), info._drtv});
876876
}
877877

878878
Rv<Feature>

0 commit comments

Comments
 (0)