# | Line 847 | Line 847 | int main(int argc, char **argv){ | |
---|---|---|
847 | } | |
848 | } | |
849 | ||
850 | – | |
850 | /* Get the initial config from the filter manager. Should this fail, | |
851 | * wait, and then try again. */ | |
852 | ||
# | Line 859 | Line 858 | int main(int argc, char **argv){ | |
858 | sleep(10); | |
859 | } | |
860 | ||
862 | – | /*printf("%s\n%d\n", ihost_state.server_fqdn, ihost_state.server_udp_port);*/ |
861 | while((create_udp_sockinfo(&udp_sockinfo, ihost_state.server_fqdn, ihost_state.server_udp_port))!=0){ | |
862 | log_msg(LOG_ERR, "Failed to create udp socket"); | |
863 | sleep(10); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |