pull/16375/head
Yash Tibrewal 6 years ago
parent d9f4c76356
commit b22c3009d4
  1. 2
      src/cpp/server/server_cc.cc

@ -588,7 +588,7 @@ void Server::Start(ServerCompletionQueue** cqs, size_t num_cqs) {
// If this server has any support for synchronous methods (has any sync
// server CQs), make sure that we have a ResourceExhausted handler
// to deal with the case of thread exhaustion
if (sync_server_cqs != nullptr && !sync_server_cqs_->empty()) {
if (sync_server_cqs_ != nullptr && !sync_server_cqs_->empty()) {
resource_exhausted_handler_.reset(new internal::ResourceExhaustedHandler);
}

Loading…
Cancel
Save