From 941f1042e986460013cd0da3bc7c488399273ab3 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Sat, 30 Sep 2017 10:36:34 -0700 Subject: [PATCH] lib/tun2: be less agressive about killing backends --- lib/tun2/connection.go | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/tun2/connection.go b/lib/tun2/connection.go index 01b3b60..cf9fa5d 100644 --- a/lib/tun2/connection.go +++ b/lib/tun2/connection.go @@ -58,7 +58,6 @@ func (c *Connection) Ping() error { _, err = c.RoundTrip(req) if err != nil { ln.Error(err, c.F(), ln.F{"action": "ping_roundtrip"}) - defer c.cancel() return err }