Skip to content

Commit

Permalink
Fix syntax error introduced in earlier commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
olavmo-sikt committed May 7, 2015
1 parent 2c8ca4e commit fc0aaef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auth_mellon_cache.c
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ void am_cache_env_populate(request_rec *r, am_cache_entry_t *t)
/* Check if merging of environment variables is disabled.
* This is either if it is NULL (default value if not configured
* by user) or an empty string (if specifically disabled by the user).
* /
*/
if (d->merge_env_vars == NULL || *d->merge_env_vars == '\0') {

/* Add the variable with a suffix indicating how many times it has
Expand Down

0 comments on commit fc0aaef

Please sign in to comment.