still working on telnet tester
This commit is contained in:
@@ -19,7 +19,7 @@ int main(int ac, char **av)
|
||||
|
||||
ConfigParser configParser(config.c_str());
|
||||
|
||||
// configParser._print_content();
|
||||
configParser._print_content();
|
||||
|
||||
// i don't love that servers has to be a pointer...
|
||||
std::vector<ServerConfig>* servers = configParser.parse();
|
||||
@@ -28,8 +28,8 @@ int main(int ac, char **av)
|
||||
for (std::vector<ServerConfig>::iterator it = servers->begin(); it < servers->end(); it++)
|
||||
{
|
||||
(void)0;
|
||||
// std::cout << it->server_name << " ";
|
||||
// it->print_all();
|
||||
// std::cout << it->server_name << " ";
|
||||
it->print_all();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user