| # | Line 563 | Line 563 | main(int argc, char *argv[]) | |
|---|---|---|
| 563 | init_hash(); | |
| 564 | init_ip_hash_table(); /* client host ip hash table */ | |
| 565 | init_host_hash(); /* Host-hashtable. */ | |
| 566 | – | clear_tree_parse(); |
| 566 | init_client(); | |
| 567 | init_class(); | |
| 568 | < | init_whowas(); |
| 568 | > | whowas_init(); |
| 569 | watch_init(); | |
| 570 | init_auth(); /* Initialise the auth code */ | |
| 571 | init_resolver(); /* Needs to be setup before the io loop */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |