240 |
static void |
static void |
241 |
check_pings_list(dlink_list *list) |
check_pings_list(dlink_list *list) |
242 |
{ |
{ |
243 |
char scratch[32]; /* way too generous but... */ |
char scratch[IRCD_BUFSIZE]; |
244 |
int ping = 0; /* ping time value from client */ |
int ping = 0; /* ping time value from client */ |
245 |
dlink_node *ptr = NULL, *next_ptr = NULL; |
dlink_node *ptr = NULL, *next_ptr = NULL; |
246 |
|
|
998 |
void |
void |
999 |
dead_link_on_read(struct Client *client_p, int error) |
dead_link_on_read(struct Client *client_p, int error) |
1000 |
{ |
{ |
1001 |
char errmsg[255]; |
char errmsg[IRCD_BUFSIZE]; |
1002 |
int current_error; |
int current_error; |
1003 |
|
|
1004 |
if (IsDefunct(client_p)) |
if (IsDefunct(client_p)) |