aboutsummaryrefslogtreecommitdiff
path: root/src/extensions/age_restriction/age_restriction.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/extensions/age_restriction/age_restriction.c')
-rw-r--r--src/extensions/age_restriction/age_restriction.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/extensions/age_restriction/age_restriction.c b/src/extensions/age_restriction/age_restriction.c
index a1a11e4f..576a6039 100644
--- a/src/extensions/age_restriction/age_restriction.c
+++ b/src/extensions/age_restriction/age_restriction.c
@@ -151,7 +151,9 @@ struct TALER_Extension TE_age_restriction = {
.disable = &age_restriction_disable,
.load_config = &age_restriction_load_config,
.manifest = &age_restriction_manifest,
- .deposit_handler = NULL,
+
+ /* This extension is not a policy extension */
+ .parse_policy_details = NULL,
.http_get_handler = NULL,
.http_post_handler = NULL,
};