charon-nm: Add support for custom local IKE identities

This commit is contained in:
Tobias Brunner
2020-02-14 14:35:44 +01:00
parent 571769fe50
commit ff8f6b15aa
2 changed files with 50 additions and 17 deletions
+1 -1
View File
@@ -285,7 +285,7 @@ METHOD(credential_set_t, create_shared_enumerator, enumerator_t*,
{
goto no_secret;
}
if (me && !me->equals(me, this->user))
if (me && !me->matches(me, this->user))
{
goto no_secret;
}