summaryrefslogtreecommitdiffstats
path: root/utils/license.go
diff options
context:
space:
mode:
Diffstat (limited to 'utils/license.go')
-rw-r--r--utils/license.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/utils/license.go b/utils/license.go
index ba323d9b4..d3654932f 100644
--- a/utils/license.go
+++ b/utils/license.go
@@ -21,7 +21,9 @@ import (
)
var IsLicensed bool = false
-var License *model.License = &model.License{}
+var License *model.License = &model.License{
+ Features: new(model.Features),
+}
var ClientLicense map[string]string = map[string]string{"IsLicensed": "false"}
var publicKey []byte = []byte(`-----BEGIN PUBLIC KEY-----