libcharon: Use lib->ns instead of charon->name
This commit is contained in:
@@ -224,7 +224,7 @@ METHOD(xauth_method_t, process, status_t,
|
||||
|
||||
name = lib->settings->get_str(lib->settings,
|
||||
"%s.plugins.xauth-eap.backend", "radius",
|
||||
charon->name);
|
||||
lib->ns);
|
||||
type = eap_type_from_string(name);
|
||||
if (!type)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user