From 166f9d00cec5f74ef996dd3fec7025f2b031275c Mon Sep 17 00:00:00 2001 From: Yang Gao Date: Thu, 26 Mar 2015 23:06:45 -0700 Subject: add back mis-deleted method string --- test/cpp/util/grpc_cli.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/cpp/util/grpc_cli.cc b/test/cpp/util/grpc_cli.cc index 0e1eab1677..8e001cc0f5 100644 --- a/test/cpp/util/grpc_cli.cc +++ b/test/cpp/util/grpc_cli.cc @@ -160,6 +160,7 @@ int main(int argc, char** argv) { << std::endl; } grpc::string server_address(argv[2]); + grpc::string method(argv[3]); if (FLAGS_input_binary_file.empty()) { std::cout << "Missing --input_binary_file for serialized request." -- cgit v1.2.3