Changeset 832
- Timestamp:
- 02/22/09 00:50:59 (3 years ago)
- Location:
- branches/ithildin-1.1
- Files:
-
- 3 edited
-
modules/ircd/commands/server.c (modified) (1 diff)
-
modules/ircd/server.c (modified) (1 diff)
-
source/main.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/ithildin-1.1/modules/ircd/commands/server.c
r831 r832 232 232 * and then call the server version of the SERVER command. This is pretty 233 233 * dirty. :/ */ 234 cp = cli->conn; 235 assert(cp != NULL); 234 236 set_connection_protocol(cp, pp); 235 237 if ((ret = s_server_cmd(NULL, argc, argv, cp->srv)) != 0) -
branches/ithildin-1.1/modules/ircd/server.c
r831 r832 29 29 30 30 if (conn != NULL) { 31 /* remove them from whatever list they might have been in, and put them32 * in our server list */33 31 conn->srv = sp; 34 32 sp->pflags = conn->proto->flags; -
branches/ithildin-1.1/source/main.c
r589 r832 377 377 } 378 378 379 #ifdef USE_DMALLOC 380 dmalloc_log_stats(); 381 dmalloc_log_unfreed(); 382 #endif 383 379 384 /* unload all our modules */ 380 385 unload_all_modules(); … … 393 398 if (me.ssl.enabled) 394 399 ERR_free_strings(); 400 #endif 401 402 #ifdef USE_DMALLOC 403 dmalloc_log_stats(); 404 dmalloc_log_unfreed(); 395 405 #endif 396 406
Note: See TracChangeset
for help on using the changeset viewer.
