fixed iterator regression introduced in [4577]

This commit is contained in:
Martin Willi
2008-11-05 11:55:17 +00:00
parent 3ac5a0db8c
commit a492eb2033
+1
View File
@@ -209,6 +209,7 @@ static bool iterate(private_iterator_t *this, void** value)
{
return FALSE;
}
*value = this->current->value;
return TRUE;
}