Renamed a function.

This commit is contained in:
Jan Vidar Krey
2009-05-28 01:48:31 +02:00
parent 8b90f79bac
commit b1ab64242e
4 changed files with 8 additions and 8 deletions

View File

@@ -112,7 +112,7 @@ int route_to_user(struct hub_info* hub, struct user* user, struct adc_message* m
}
else
{
user_want_write(user);
user_net_io_want_write(user);
}
return 1;