summaryrefslogtreecommitdiffstats
path: root/src/tuple_gen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tuple_gen.cpp')
-rwxr-xr-xsrc/tuple_gen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tuple_gen.cpp b/src/tuple_gen.cpp
index f91a71a2..a4509580 100755
--- a/src/tuple_gen.cpp
+++ b/src/tuple_gen.cpp
@@ -133,7 +133,7 @@ void CClientPool::allocate_configured_clients(uint32_t min_ip,
throw std::runtime_error(ss.str());
}
- ClientCfg info;
+ ClientCfgBase info;
group->assign(info);
if (is_long_range) {