lib/tun2: be less agressive about killing backends

This commit is contained in:
Cadey Ratio 2017-09-30 10:36:34 -07:00
parent d2c0a530ab
commit 941f1042e9
No known key found for this signature in database
GPG Key ID: D607EE27C2E7F89A
1 changed files with 0 additions and 1 deletions

View File

@ -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
}