aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/xauth_eap/xauth_eap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcharon/plugins/xauth_eap/xauth_eap.c')
-rw-r--r--src/libcharon/plugins/xauth_eap/xauth_eap.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libcharon/plugins/xauth_eap/xauth_eap.c b/src/libcharon/plugins/xauth_eap/xauth_eap.c
index 8d7bcc0c0..1da1d9f85 100644
--- a/src/libcharon/plugins/xauth_eap/xauth_eap.c
+++ b/src/libcharon/plugins/xauth_eap/xauth_eap.c
@@ -223,7 +223,8 @@ METHOD(xauth_method_t, process, status_t,
}
name = lib->settings->get_str(lib->settings,
- "charon.plugins.xauth-eap.backend", "radius");
+ "%s.plugins.xauth-eap.backend", "radius",
+ charon->name);
type = eap_type_from_string(name);
if (!type)
{