Skip to content

Commit

Permalink
Merge pull request grpc#6664 from dklempner/server_builder_plugin_test
Browse files Browse the repository at this point in the history
Fix a missing initialization
  • Loading branch information
jtattermusch committed Jun 3, 2016
2 parents e5d37dd + b941d5a commit 2ff7986
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/cpp/end2end/server_builder_plugin_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ class TestServerBuilderPlugin : public ServerBuilderPlugin {
init_server_is_called_ = false;
finish_is_called_ = false;
change_arguments_is_called_ = false;
register_service_ = false;
}

grpc::string name() GRPC_OVERRIDE { return PLUGIN_NAME; }
Expand Down

0 comments on commit 2ff7986

Please sign in to comment.