summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcollin <collin+i@collinmcqueen.com>2021-02-26 09:17:00 -0500
committercollin <collin+i@collinmcqueen.com>2021-02-26 09:17:00 -0500
commit78fe471005acff94c0062b6ca72360e442a74061 (patch)
treed6ef4311339ab00574e6ce05f29446b154c9a7d2
parentd8cd8066c636fecf8fe196fa7e95e39122f3533d (diff)
downloadsdl_core-fix/sdl_allowed_uninit.tar.gz
initialize AppPermissions.isSDLAllowed in constructorfix/sdl_allowed_uninit
-rw-r--r--src/components/policy/policy_external/include/policy/policy_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/policy/policy_external/include/policy/policy_types.h b/src/components/policy/policy_external/include/policy/policy_types.h
index 7e8abd5989..d92666a821 100644
--- a/src/components/policy/policy_external/include/policy/policy_types.h
+++ b/src/components/policy/policy_external/include/policy/policy_types.h
@@ -276,6 +276,7 @@ struct AppPermissions {
: application_id(app_id)
, isAppPermissionsRevoked(false)
, appRevoked(false)
+ , isSDLAllowed(false)
, appPermissionsConsentNeeded(false)
, appUnauthorized(false)
, requestTypeChanged(false)