summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/state.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/state.go b/src/state.go
index 76cd635..d8c0075 100644
--- a/src/state.go
+++ b/src/state.go
@@ -56,9 +56,6 @@ func (state *VPNState) Register(name string, directory string, stateCallback fun
}
func (state *VPNState) Deregister() error {
- if state.InState(DEREGISTERED) {
- return errors.New("app already deregistered")
- }
// Close the log file
state.CloseLog()