--- projects/cms/source/ihost/ihost.c 2004/01/05 16:47:09 1.45 +++ projects/cms/source/ihost/ihost.c 2004/01/05 16:48:55 1.46 @@ -847,7 +847,6 @@ int main(int argc, char **argv){ } } - /* Get the initial config from the filter manager. Should this fail, * wait, and then try again. */ @@ -859,7 +858,6 @@ int main(int argc, char **argv){ sleep(10); } - /*printf("%s\n%d\n", ihost_state.server_fqdn, ihost_state.server_udp_port);*/ while((create_udp_sockinfo(&udp_sockinfo, ihost_state.server_fqdn, ihost_state.server_udp_port))!=0){ log_msg(LOG_ERR, "Failed to create udp socket"); sleep(10);