Skip to content

Commit

Permalink
fix plugin name (envoyproxy#132)
Browse files Browse the repository at this point in the history
Signed-off-by: Pengyuan Bian <[email protected]>
  • Loading branch information
bianpengyuan authored and jplevyak committed Aug 15, 2019
1 parent 6a228ec commit 915ed46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/extensions/common/wasm/null/null_vm.cc
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ bool NullVm::load(const std::string& name, bool /* allow_precompiled */) {
if (!factory) {
return false;
}
plugin_name_ = name;
plugin_ = factory->create();
return true;
}
Expand Down

0 comments on commit 915ed46

Please sign in to comment.