93 |
|
|
94 |
|
int dorehash = 0; |
95 |
|
int doremotd = 0; |
96 |
– |
time_t nextconnect = 1; /* time for next try_connections call */ |
96 |
|
|
97 |
|
/* Set to zero because it should be initialized later using |
98 |
|
* initialize_server_capabs |
103 |
|
int bio_spare_fd = -1; |
104 |
|
#endif |
105 |
|
|
106 |
< |
int splitmode; |
107 |
< |
int splitchecking; |
108 |
< |
int split_users; |
106 |
> |
unsigned int splitmode; |
107 |
> |
unsigned int splitchecking; |
108 |
> |
unsigned int split_users; |
109 |
|
unsigned int split_servers; |
110 |
|
|
111 |
|
/* Do klines the same way hybrid-6 did them, i.e. at the |
567 |
|
/* Check if there is pidfile and daemon already running */ |
568 |
|
check_pidfile(pidFileName); |
569 |
|
|
571 |
– |
#ifndef NOBALLOC |
570 |
|
initBlockHeap(); |
573 |
– |
#endif |
571 |
|
init_dlink_nodes(); |
572 |
|
init_callbacks(); |
573 |
|
initialize_message_files(); |