fixed auth_info_t.equals()

This commit is contained in:
Martin Willi
2008-03-26 10:58:19 +00:00
parent 0b14fdb92b
commit 2d84da89b9
+1 -1
View File
@@ -303,7 +303,7 @@ static bool equals(private_auth_info_t *this, private_auth_info_t *other)
while (e1->enumerate(e1, &i1))
{
found = FALSE;
e2 = this->items->create_enumerator(this->items);
e2 = other->items->create_enumerator(other->items);
while (e2->enumerate(e2, &i2))
{
if (i1->type == i2->type)