Fix some compile errors.

This commit is contained in:
Jan Vidar Krey
2009-12-14 13:06:52 +01:00
parent b3aa5332c8
commit f35b2c35cb
5 changed files with 42 additions and 18 deletions

View File

@@ -39,7 +39,7 @@ struct hub_user* user_create(struct hub_info* hub, struct net_connection* con, s
{
struct hub_user* user = NULL;
LOG_TRACE("user_create(), hub=%p, con[sd=%d]", hub, con->sd);
LOG_TRACE("user_create(), hub=%p, con[sd=%d]", hub, net_con_get_sd(con));
user = (struct hub_user*) hub_malloc_zero(sizeof(struct hub_user));