# | Line 63 | Line 63 | |
---|---|---|
63 | #include "balloc.h" | |
64 | #include "motd.h" | |
65 | #include "supported.h" | |
66 | + | #include "watch.h" |
67 | ||
68 | /* Try and find the correct name to use with getrlimit() for setting the max. | |
69 | * number of files allowed to be open by this process. | |
# | Line 638 | Line 639 | main(int argc, char *argv[]) | |
639 | init_client(); | |
640 | init_class(); | |
641 | init_whowas(); | |
642 | + | watch_init(); |
643 | init_stats(); | |
644 | read_conf_files(1); /* cold start init conf files */ | |
645 | initServerMask(); |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |