Changeset 809 for trunk/ithildin/modules/ircd/ircd.c
- Timestamp:
- 06/11/07 10:09:36 (5 years ago)
- File:
-
- 1 edited
-
trunk/ithildin/modules/ircd/ircd.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ithildin/modules/ircd/ircd.c
r808 r809 93 93 connection_set_unregistered(cp); 94 94 /* there is no connection timeout for fresh connections */ 95 cp = cp2; 95 96 } 96 97 … … 434 435 435 436 if (!get_module_savedata(savelist, "ircd.hashes", &ircd.hashes)) { 436 437 437 ircd.hashes.command = create_hash_table(32, 438 438 offsetof(struct command, name), COMMAND_MAXLEN,
Note: See TracChangeset
for help on using the changeset viewer.
