summaryrefslogtreecommitdiffstats
path: root/src/tuple_gen.cpp
diff options
context:
space:
mode:
authorHanoh Haim <hhaim@cisco.com>2015-09-20 17:33:56 +0300
committerHanoh Haim <hhaim@cisco.com>2015-09-20 17:33:56 +0300
commit588bb20e9c8f8438db4eb3e8db85111f41bd7306 (patch)
tree1a0bdc0524c2e29fcd36aa5e0cac8e3b71eb4a78 /src/tuple_gen.cpp
parente3cbd70324e3b5616de2aed3fff65ff57135c961 (diff)
fix tuple generator servers count sanity check
Diffstat (limited to 'src/tuple_gen.cpp')
-rwxr-xr-xsrc/tuple_gen.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tuple_gen.cpp b/src/tuple_gen.cpp
index 3d285845..e408f275 100755
--- a/src/tuple_gen.cpp
+++ b/src/tuple_gen.cpp
@@ -359,6 +359,7 @@ bool CTupleGenYamlInfo::is_valid(uint32_t num_threads,bool is_plugins){
if (m_server_pool[i].is_valid(num_threads, is_plugins)==false)
return false;
}
+
return true;
}