Skip to content

Commit d1f1a93

Browse files
committed
register oidc_cleanup_child actually as a child cleanup handler
Signed-off-by: Hans Zandbelt <[email protected]>
1 parent 979b20a commit d1f1a93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mod_auth_openidc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1784,7 +1784,7 @@ static void oidc_child_init(apr_pool_t *p, server_rec *s) {
17841784
oidc_cfg_child_init(p, cfg, sp);
17851785
sp = sp->next;
17861786
}
1787-
apr_pool_cleanup_register(p, s, oidc_cleanup_child, apr_pool_cleanup_null);
1787+
apr_pool_cleanup_register(p, s, apr_pool_cleanup_null, oidc_cleanup_child);
17881788
}
17891789

17901790
static const char oidcFilterName[] = "oidc_filter_in_filter";

0 commit comments

Comments
 (0)