summaryrefslogtreecommitdiffstats
path: root/app/app.go
diff options
context:
space:
mode:
Diffstat (limited to 'app/app.go')
-rw-r--r--app/app.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/app.go b/app/app.go
index 0b5efa76b..3c37ec252 100644
--- a/app/app.go
+++ b/app/app.go
@@ -88,6 +88,9 @@ func New(options ...Option) (*App, error) {
panic("Only one App should exist at a time. Did you forget to call Shutdown()?")
}
+ // TODO: remove this once utils global license state is eliminated
+ utils.SetLicense(nil)
+
app := &App{
goroutineExitSignal: make(chan struct{}, 1),
Srv: &Server{