aboutsummaryrefslogtreecommitdiff
path: root/snowcast_server_concurrent.c
diff options
context:
space:
mode:
authorsotech117 <michael_foiani@brown.edu>2023-09-20 19:12:03 +0000
committersotech117 <michael_foiani@brown.edu>2023-09-20 19:12:03 +0000
commitd184119c14a2f9c764b176b529ad9e6920f5d505 (patch)
treebf62ad30517e3232a213fceda2c4310c2da5ded7 /snowcast_server_concurrent.c
parentc01ec434d71446cee0ea78a0db9817a9a7cfdba2 (diff)
remove extraneous lines
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);