aboutsummaryrefslogtreecommitdiffstats
path: root/device/tun.go
diff options
context:
space:
mode:
Diffstat (limited to 'device/tun.go')
-rw-r--r--device/tun.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/device/tun.go b/device/tun.go
index 1f88f33..3816f9b 100644
--- a/device/tun.go
+++ b/device/tun.go
@@ -20,7 +20,6 @@ func (device *Device) RoutineTUNEventReader() {
logError := device.log.Error
logDebug.Println("Routine: event worker - started")
- device.state.starting.Done()
for event := range device.tun.device.Events() {
if event&tun.EventMTUUpdate != 0 {