wrong port #!

pull/4/head
Tom Early 8 years ago
parent 2ba3237be6
commit 5af1dea92b

@ -199,7 +199,7 @@ bool read_config(const char *cfgFile)
printf("module type '%s' is invalid\n", type.c_str());
return true;
}
get_value(cfg, std::string(path+".port").c_str(), moduleport[m], 1000, 65535, 1998+m);
get_value(cfg, std::string(path+".port").c_str(), moduleport[m], 1000, 65535, 19998+m);
}
}
if (0==moduleport[0] && 0==moduleport[1] && 0==moduleport[2]) {

Loading…
Cancel
Save

Powered by TurnKey Linux.