aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/security
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-09-08 14:46:00 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-09-08 14:46:00 -0700
commitf73c2109d3cc210ee66d3f607118ba6cdaa11a6e (patch)
tree76a5a3caeac17882dbf02b7b0e32c15bff691907 /src/core/lib/security
parentb0ce25e705f935e70f0840c3ba3436067553f6e2 (diff)
Compile fix
Diffstat (limited to 'src/core/lib/security')
-rw-r--r--src/core/lib/security/transport/security_handshaker.c2
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 1a1313d472..975d599523 100644
--- a/src/core/lib/security/transport/security_handshaker.c
+++ b/src/core/lib/security/transport/security_handshaker.c
@@ -156,7 +156,7 @@ static void on_peer_checked_inner(grpc_exec_ctx *exec_ctx,
"Frame protector creation failed"),
result);
security_handshake_failed_locked(exec_ctx, h, error);
- goto done;
+ return;
}
}
// Get unused bytes.