438 |
whowas_init(); |
whowas_init(); |
439 |
watch_init(); |
watch_init(); |
440 |
auth_init(); /* Initialise the auth code */ |
auth_init(); /* Initialise the auth code */ |
441 |
init_resolver(); /* Needs to be setup before the io loop */ |
resolver_init(); /* Needs to be setup before the io loop */ |
442 |
modules_init(); |
modules_init(); |
443 |
read_conf_files(1); /* cold start init conf files */ |
read_conf_files(1); /* cold start init conf files */ |
444 |
initialize_server_capabs(); /* Set up default_server_capabs */ |
initialize_server_capabs(); /* Set up default_server_capabs */ |