summaryrefslogtreecommitdiffstats
path: root/src/tuple_gen.cpp
diff options
context:
space:
mode:
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;
}