summaryrefslogtreecommitdiff
path: root/state.go
diff options
context:
space:
mode:
Diffstat (limited to 'state.go')
-rw-r--r--state.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/state.go b/state.go
index 6b3141b..29f8a1e 100644
--- a/state.go
+++ b/state.go
@@ -51,7 +51,7 @@ func (state *VPNState) Register(name string, directory string, stateCallback fun
}
// Initialize the FSM
- state.FSM.Init(stateCallback, &state.Logger, debug)
+ state.FSM.Init(name, stateCallback, &state.Logger, directory, debug)
state.Debug = debug
// Initialize the Config