diff options
Diffstat (limited to 'device/tun.go')
-rw-r--r-- | device/tun.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/device/tun.go b/device/tun.go index ca3c91b..9ff6c23 100644 --- a/device/tun.go +++ b/device/tun.go @@ -47,5 +47,4 @@ func (device *Device) RoutineTUNEventReader() { } device.log.Verbosef("Routine: event worker - stopped") - device.state.stopping.Done() } |