Initialize bool

pull/16526/head
Vijay Pai 6 years ago
parent 8bf52535d1
commit ccddc1bd17
  1. 2
      test/cpp/end2end/client_callback_end2end_test.cc

@ -79,7 +79,7 @@ class ClientCallbackEnd2endTest : public ::testing::Test {
std::mutex mu;
std::condition_variable cv;
bool done;
bool done = false;
stub_->experimental().UnaryCall(
&cli_ctx, kMethodName, send_buf.get(), &recv_buf,
[&request, &recv_buf, &done, &mu, &cv](Status s) {

Loading…
Cancel
Save