Fix commit 140: error in the merge statement for authn_context_class_ref configuration variable

git-svn-id: https://modmellon.googlecode.com/svn/trunk/mod_mellon2@158 a716ebb1-153a-0410-b759-cfb97c6a1b53
This commit is contained in:
benjamin.dauvergne 2012-06-28 10:44:03 +00:00
parent 11319a7326
commit a9d9687c45
1 changed files with 1 additions and 1 deletions

View File

@ -1395,7 +1395,7 @@ void *auth_mellon_dir_merge(apr_pool_t *p, void *base, void *add)
new_cfg->server = NULL;
new_cfg->authn_context_class_ref = (add_cfg->idp_metadata->nelts ?
new_cfg->authn_context_class_ref = (add_cfg->authn_context_class_ref->nelts ?
add_cfg->authn_context_class_ref :
base_cfg->authn_context_class_ref);