summaryrefslogtreecommitdiff
path: root/src/state.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/state.go')
-rw-r--r--src/state.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/state.go b/src/state.go
index ba485b2..ea268ec 100644
--- a/src/state.go
+++ b/src/state.go
@@ -19,7 +19,6 @@ func Register(state *VPNState, name string, directory string, stateCallback func
stateCallback("START", "REGISTERED", "app registered")
// Try to load the previous configuration
-
if state.LoadConfig() != nil {
// This error can be safely ignored, as when the config does not load, the struct will not be filled
// Make sure to log this when we have implemented a good logging system