summaryrefslogtreecommitdiff
path: root/src/conn.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/conn.go')
-rw-r--r--src/conn.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conn.go b/src/conn.go
index 6d292d3..ddb7ed1 100644
--- a/src/conn.go
+++ b/src/conn.go
@@ -82,7 +82,7 @@ func updateBind(device *Device) error {
// open new sockets
- if device.tun.isUp.Get() {
+ if device.isUp.Get() {
device.log.Debug.Println("UDP bind updating")