wgengine: remove Config.TUN argument.

This commit is contained in:
David Anderson
2021-03-28 18:44:59 -07:00
parent 0807e3e2f7
commit 440effb21a
2 changed files with 0 additions and 4 deletions

View File

@@ -343,7 +343,6 @@ func tryEngine(logf logger.Logf, linkMon *monitor.Mon, name string) (e wgengine.
tstun.Diagnose(logf, name)
return nil, false, err
}
conf.TUN = dev
}
e, err = wgengine.NewUserspaceEngine(logf, dev, conf)
if err != nil {