Fix ubsan failure (#29437)

reviewable/pr29343/r4^2
Alisha Nanda 3 years ago committed by GitHub
parent eb96f90eb7
commit 6753812278
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      test/cpp/end2end/xds/xds_end2end_test_lib.h

@ -274,7 +274,7 @@ class XdsEnd2endTest : public ::testing::TestWithParam<XdsTestType> {
std::unique_ptr<std::thread> thread_;
bool running_ = false;
const bool use_xds_enabled_server_;
bool allow_put_requests_;
bool allow_put_requests_ = false;
};
// A server thread for a backend server.

Loading…
Cancel
Save