mirror of
https://github.com/kubenetworks/kubevpn.git
synced 2025-12-24 11:51:13 +08:00
hotfix: fix bug (#530)
This commit is contained in:
@@ -148,7 +148,7 @@ func (d *Device) transport(ctx1 context.Context, addr string, routeMapUDP *sync.
|
||||
tunOutbound: d.tunOutbound,
|
||||
routeMapUDP: routeMapUDP,
|
||||
routeMapTCP: routeMapTCP,
|
||||
errChan: d.errChan,
|
||||
errChan: make(chan error, 1),
|
||||
}
|
||||
|
||||
defer p.Close()
|
||||
|
||||
Reference in New Issue
Block a user