Compile fix

pull/11758/head
Craig Tiller 7 years ago
parent b0ce25e705
commit f73c2109d3
  1. 2
      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.

Loading…
Cancel
Save