diff options
author | Craig Tiller <ctiller@google.com> | 2017-01-06 14:54:18 -0800 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2017-01-06 14:54:18 -0800 |
commit | 76dca1995352461a97825a28a816c97f0eac2cfb (patch) | |
tree | 2e9c90d50971d4cdd8b5fcb6ebeee0755144818d /src/core/lib/security | |
parent | bedb18959b9320929d25b230b592b76b96355e03 (diff) |
clang-format
Diffstat (limited to 'src/core/lib/security')
-rw-r--r-- | src/core/lib/security/transport/security_handshaker.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/security/transport/security_handshaker.c b/src/core/lib/security/transport/security_handshaker.c index a14fab71fd..6891debfd3 100644 --- a/src/core/lib/security/transport/security_handshaker.c +++ b/src/core/lib/security/transport/security_handshaker.c @@ -123,7 +123,7 @@ static void security_handshake_failed_locked(grpc_exec_ctx *exec_ctx, } const char *msg = grpc_error_string(error); gpr_log(GPR_DEBUG, "Security handshake failed: %s", msg); - + if (!h->shutdown) { // TODO(ctiller): It is currently necessary to shutdown endpoints // before destroying them, even if we know that there are no |