fixed iterator regression introduced in [4577]
This commit is contained in:
@@ -209,6 +209,7 @@ static bool iterate(private_iterator_t *this, void** value)
|
||||
{
|
||||
return FALSE;
|
||||
}
|
||||
*value = this->current->value;
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user