Skip to content

Commit

Permalink
Cleanup copy paste leftovers
Browse files Browse the repository at this point in the history
  • Loading branch information
weh authored and AnthonyDeroche committed Sep 13, 2020
1 parent c6f99f2 commit d2edd07
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions mod_authnz_jwt.c
Original file line number Diff line number Diff line change
Expand Up @@ -232,10 +232,6 @@ static const command_rec auth_jwt_cmds[] =
"semi-colon separated attributes for cookie when using cookie delivery. default: "DEFAULT_COOKIE_ATTR),
AP_INIT_TAKE1("AuthJWTRemoveCookie", set_jwt_int_param, (void *)dir_cookie_remove, RSRC_CONF|OR_AUTHCFG,
"Remove cookie from the headers, and thus keep it private from the backend. default: "DEFAULT_COOKIE_REMOVE),

AuthJWTRemoveCookie


{NULL}
};

Expand Down

0 comments on commit d2edd07

Please sign in to comment.