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