diff options
author | Mathias Hall-Andersen <mathias@hall-andersen.dk> | 2017-12-29 17:42:09 +0100 |
---|---|---|
committer | Mathias Hall-Andersen <mathias@hall-andersen.dk> | 2017-12-29 17:42:09 +0100 |
commit | d73f960aab86b9a12b0b7d18aa80ce1d4f130695 (patch) | |
tree | ec4b6683c1c0b6b28a95b4bdb718dcc3faa0f222 /src/conn.go | |
parent | 996c7c4d8aa11a73718e49b520d16bbf0630a3df (diff) |
Peer timer teardown
Diffstat (limited to 'src/conn.go')
-rw-r--r-- | src/conn.go | 2 |
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") |