mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-30 13:37:55 +00:00
[1470] Correct data type of member variable in MockAccess::MockIteratorNameContext
This commit is contained in:
@@ -442,7 +442,7 @@ private:
|
||||
|
||||
private:
|
||||
const std::string searched_name_;
|
||||
int cur_record_;
|
||||
size_t cur_record_;
|
||||
std::vector< std::vector<std::string> > cur_name;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user