aboutsummaryrefslogtreecommitdiffstats
path: root/send.go
diff options
context:
space:
mode:
Diffstat (limited to 'send.go')
-rw-r--r--send.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/send.go b/send.go
index 7423e3b..7abe211 100644
--- a/send.go
+++ b/send.go
@@ -281,9 +281,10 @@ func (device *Device) RoutineEncryption() {
elem.Drop()
}
default:
- break
+ goto out
}
}
+ out:
logDebug.Println("Routine: encryption worker - stopped")
}()