fixed auth_info_t.equals()
This commit is contained in:
@@ -303,7 +303,7 @@ static bool equals(private_auth_info_t *this, private_auth_info_t *other)
|
|||||||
while (e1->enumerate(e1, &i1))
|
while (e1->enumerate(e1, &i1))
|
||||||
{
|
{
|
||||||
found = FALSE;
|
found = FALSE;
|
||||||
e2 = this->items->create_enumerator(this->items);
|
e2 = other->items->create_enumerator(other->items);
|
||||||
while (e2->enumerate(e2, &i2))
|
while (e2->enumerate(e2, &i2))
|
||||||
{
|
{
|
||||||
if (i1->type == i2->type)
|
if (i1->type == i2->type)
|
||||||
|
|||||||
Reference in New Issue
Block a user