diff options
Diffstat (limited to 'src/backend/anastasis-httpd_truth.c')
-rw-r--r-- | src/backend/anastasis-httpd_truth.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backend/anastasis-httpd_truth.c b/src/backend/anastasis-httpd_truth.c index 0b9f4a3..8fb1aee 100644 --- a/src/backend/anastasis-httpd_truth.c +++ b/src/backend/anastasis-httpd_truth.c | |||
@@ -1168,6 +1168,7 @@ AH_handler_truth_get ( | |||
1168 | { | 1168 | { |
1169 | gc->authorization | 1169 | gc->authorization |
1170 | = ANASTASIS_authorization_plugin_load (method, | 1170 | = ANASTASIS_authorization_plugin_load (method, |
1171 | db, | ||
1171 | AH_cfg); | 1172 | AH_cfg); |
1172 | if (NULL == gc->authorization) | 1173 | if (NULL == gc->authorization) |
1173 | { | 1174 | { |