summaryrefslogtreecommitdiff
path: root/pkg/backend/api.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/backend/api.go')
-rw-r--r--pkg/backend/api.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/backend/api.go b/pkg/backend/api.go
index 58e0a42..a19fd40 100644
--- a/pkg/backend/api.go
+++ b/pkg/backend/api.go
@@ -34,7 +34,7 @@ func Quit() {
} else {
ctx.cfg.SetUserStoppedVPN(true)
}
- closeVPN()
+ ctx.bm.Close()
}
func DonateAccepted() {