aboutsummaryrefslogtreecommitdiff
path: root/snowcast_server_concurrent.c
diff options
context:
space:
mode:
Diffstat (limited to 'snowcast_server_concurrent.c')
-rw-r--r--snowcast_server_concurrent.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/snowcast_server_concurrent.c b/snowcast_server_concurrent.c
index 77072fe..e0552cf 100644
--- a/snowcast_server_concurrent.c
+++ b/snowcast_server_concurrent.c
@@ -665,7 +665,7 @@ void *init_user(int sockfd) {
}
if (running_index == max_active_users) {
// printf("reached max active users\n");
- printf("making new memory\n");
+ // printf("making new memory\n");
max_active_users++;
// TODO: FIX SO THAT IT USES CURRENT USERS, NOT MAX_ACTIVE_USERS FOT THE RESIZE
user_t *more_users = realloc(user_data, sizeof(user_t) * max_active_users);