Skip to content

Commit

Permalink
Add extra printf interpolation variable for added SLO endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
thijskh committed Jan 12, 2024
1 parent dbe050a commit 4f42fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth_mellon_handler.c
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ static char *am_generate_metadata(apr_pool_t *p, request_rec *r)
%s\n\
</EntityDescriptor>",
sp_entity_id, cfg->sp_entity_id ? "" : "metadata",
cert, url, url, url, url, url, am_optional_metadata(p, r));
cert, url, url, url, url, url, url, am_optional_metadata(p, r));
}


Expand Down

0 comments on commit 4f42fb8

Please sign in to comment.