summaryrefslogtreecommitdiffstats
path: root/main.go
diff options
context:
space:
mode:
authorMathias Hall-Andersen <mathias@hall-andersen.dk>2018-05-05 04:15:07 +0200
committerMathias Hall-Andersen <mathias@hall-andersen.dk>2018-05-05 04:15:07 +0200
commit7a83f2565a13624d8cb9ca6adf1aced721777a9c (patch)
tree6b26f71c245b7ac3f1baba9d56dfd636c5b79d4f /main.go
parentMerge branch 'master' of ssh://git.zx2c4.com/wireguard-go (diff)
downloadwireguard-go-7a83f2565a13624d8cb9ca6adf1aced721777a9c.tar.xz
wireguard-go-7a83f2565a13624d8cb9ca6adf1aced721777a9c.zip
Removed old signals
Diffstat (limited to 'main.go')
-rw-r--r--main.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/main.go b/main.go
index e7e0488..5001bc4 100644
--- a/main.go
+++ b/main.go
@@ -148,7 +148,6 @@ func main() {
logger.Debug.Println("Debug log enabled")
-
if err != nil {
logger.Error.Println("Failed to create TUN device:", err)
os.Exit(ExitSetupFailed)