File tree Expand file tree Collapse file tree
src/lib/dhcpsrv/testutils Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6603,7 +6603,7 @@ GenericLeaseMgrTest::sflqCreateFlqPool4Concurrent() {
66036603
66046604 // First we'll do concurrent creates with recreate = false;
66056605 auto num_threads = 5 ;
6606- std::vector<bool > rets (num_threads);
6606+ std::vector<uint8_t > rets (num_threads);
66076607 std::list<ThreadPtr> threads;
66086608 for (int i = 0 ; i < num_threads; ++i) {
66096609 rets[i] = false ;
@@ -6683,7 +6683,7 @@ GenericLeaseMgrTest::sflqCreateFlqPool6Concurrent() {
66836683
66846684 // First we'll do concurrent creates with recreate = false;
66856685 auto num_threads = 5 ;
6686- std::vector<bool > rets (num_threads);
6686+ std::vector<uint8_t > rets (num_threads);
66876687 std::list<ThreadPtr> threads;
66886688 for (int i = 0 ; i < num_threads; ++i) {
66896689 rets[i] = false ;
You can’t perform that action at this time.
0 commit comments