1
0
mirror of https://github.com/fumiama/terasu-cloudflared.git synced 2026-06-16 08:20:24 +08:00

TUN-1064: Revert OriginCert capnp changes in Cloudflared. Reverts

commits a1ee2342e97 and 8c756c45785.
This commit is contained in:
Adam Chalmers
2018-10-02 11:54:41 -05:00
parent 0b78db185b
commit 65d232efda
3 changed files with 89 additions and 108 deletions

View File

@@ -32,7 +32,6 @@ type TunnelRegistration struct {
LogLines []string
PermanentFailure bool
TunnelID string `capnp:"tunnelID"`
OriginCert []byte `capnp:"originCert"`
}
func MarshalTunnelRegistration(s tunnelrpc.TunnelRegistration, p *TunnelRegistration) error {