Option to enable duplicheck plugin fixed.
This commit is contained in:
@@ -66,7 +66,7 @@ plugin_t *duplicheck_plugin_create()
|
||||
private_duplicheck_plugin_t *this;
|
||||
|
||||
if (!lib->settings->get_bool(lib->settings,
|
||||
"charon.plugins.duplicheck.enabled", TRUE))
|
||||
"charon.plugins.duplicheck.enable", TRUE))
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user