Fix bug in RunServer()

pull/15309/head
Juanli Shen 7 years ago
parent d8f35e95dc
commit 70eeade08e
  1. 2
      test/cpp/interop/interop_server.cc

@ -331,7 +331,7 @@ void grpc::testing::interop::RunServer(
void grpc::testing::interop::RunServer( void grpc::testing::interop::RunServer(
std::shared_ptr<ServerCredentials> creds, const int port, std::shared_ptr<ServerCredentials> creds, const int port,
ServerStartedCondition* server_started_condition) { ServerStartedCondition* server_started_condition) {
RunServer(creds, FLAGS_port, server_started_condition, nullptr); RunServer(creds, port, server_started_condition, nullptr);
} }
void grpc::testing::interop::RunServer( void grpc::testing::interop::RunServer(

Loading…
Cancel
Save