Bad mistake - never added message to send queue.

This commit is contained in:
Jan Vidar Krey 2009-07-19 02:46:01 +02:00
parent 927faf70fc
commit b02618d19c
1 changed files with 1 additions and 0 deletions

View File

@ -107,6 +107,7 @@ int route_to_user(struct hub_info* hub, struct user* user, struct adc_message* m
{
if (check_send_queue(hub, user, msg) >= 0)
{
hub_sendq_add(user->net.send_queue, msg);
user_net_io_want_write(user);
}
}