Ignore:
Timestamp:
06/11/07 10:09:36 (5 years ago)
Author:
wd
Message:

Make the ircd run/take connections properly (there were a handful of bugs in
different places).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ithildin/modules/ircd/ircd.c

    r808 r809  
    9393            connection_set_unregistered(cp); 
    9494        /* there is no connection timeout for fresh connections */ 
     95        cp = cp2; 
    9596    } 
    9697 
     
    434435         
    435436    if (!get_module_savedata(savelist, "ircd.hashes", &ircd.hashes)) { 
    436  
    437437        ircd.hashes.command = create_hash_table(32, 
    438438                offsetof(struct command, name), COMMAND_MAXLEN, 
Note: See TracChangeset for help on using the changeset viewer.