aboutsummaryrefslogtreecommitdiffstats
path: root/worker
diff options
context:
space:
mode:
Diffstat (limited to 'worker')
-rw-r--r--worker/imap/connect.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/worker/imap/connect.go b/worker/imap/connect.go
index 35fd9b11..7c43b561 100644
--- a/worker/imap/connect.go
+++ b/worker/imap/connect.go
@@ -119,7 +119,6 @@ func newTCPConn(addr string, timeout time.Duration) (*net.TCPConn, error) {
}
done <- tcpConn{newConn, nil}
- return
}()
select {