Skip to content

Commit

Permalink
Typo in cherry picked fix.
Browse files Browse the repository at this point in the history
Due to the actual fix was part of a bigger cleanup commit earlier, it was
manually applied.
  • Loading branch information
make-all committed Feb 5, 2024
1 parent 794567f commit 9632a05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mod_auth_openidc.c
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ void oidc_strip_cookies(request_rec *r) {
while (cookie != NULL && *cookie == OIDC_CHAR_SPACE)
cookie++;
if (cookie == NULL)
break:
break;

for (i = 0; i < strip->nelts; i++) {
name = ((const char**) strip->elts)[i];
Expand Down

0 comments on commit 9632a05

Please sign in to comment.