# | Line 479 | Line 479 | main(int argc, char *argv[]) | |
---|---|---|
479 | me.localClient = &meLocalUser; | |
480 | dlinkAdd(&me, &me.node, &global_client_list); /* Pointer to beginning | |
481 | of Client list */ | |
482 | – | /* Initialise the channel capability usage counts... */ |
483 | – | init_chcap_usage_counts(); |
484 | – | |
482 | ConfigFileEntry.dpath = DPATH; | |
483 | ConfigFileEntry.configfile = CPATH; /* Server configuration file */ | |
484 | ConfigFileEntry.klinefile = KPATH; /* Server kline file */ |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |