fixes build errors from 9e10b94

This commit is contained in:
Dennis Luxen 2014-03-24 10:06:42 +01:00
parent 9e10b94339
commit 1f97c5518e

View File

@ -60,7 +60,7 @@ int main (int argc, const char * argv[]) {
try { try {
std::string ip_address; std::string ip_address;
int ip_port, requested_thread_num; int ip_port, requested_thread_num;
bool use_shared_memory = false; bool use_shared_memory = false, trial = false;
ServerPaths server_paths; ServerPaths server_paths;
if( !GenerateServerProgramOptions( if( !GenerateServerProgramOptions(
argc, argc,
@ -69,7 +69,8 @@ int main (int argc, const char * argv[]) {
ip_address, ip_address,
ip_port, ip_port,
requested_thread_num, requested_thread_num,
use_shared_memory use_shared_memory,
trial
) )
) { ) {
return 0; return 0;