From e5b6d0b87fe61baa6aa021ba7081b05a80ed3773 Mon Sep 17 00:00:00 2001 From: "benjamin.dauvergne" Date: Thu, 28 Jun 2012 10:44:03 +0000 Subject: Fix commit 140: error in the merge statement for authn_context_class_ref configuration variable git-svn-id: https://modmellon.googlecode.com/svn/trunk@158 a716ebb1-153a-0410-b759-cfb97c6a1b53 --- auth_mellon_config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auth_mellon_config.c') diff --git a/auth_mellon_config.c b/auth_mellon_config.c index 7607668..89f33ac 100644 --- a/auth_mellon_config.c +++ b/auth_mellon_config.c @@ -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); -- cgit