Fixed compile warning.

This commit is contained in:
Jan Vidar Krey 2009-03-16 12:40:12 +01:00
parent e74d2be318
commit c29815ed62
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ void net_on_write(int fd, short ev, void *arg)
{
hub_log(log_error, "INVALID: send_queue_size=%d, send_queue_offset=%d", user->send_queue_size, user->send_queue_offset);
}
#endif DEBUG_SENDQ
#endif
list_remove(user->send_queue, msg);