aboutsummaryrefslogtreecommitdiff
path: root/server.c
diff options
context:
space:
mode:
authorsotech117 <michael_foiani@brown.edu>2023-09-23 11:39:25 +0000
committersotech117 <michael_foiani@brown.edu>2023-09-23 11:39:25 +0000
commit5b5da5bf9564ad4c0dac692c9d93fc9479667ff0 (patch)
tree1586eff40ba3d2d5842130213ba3ee83183d85ca /server.c
parentd93da5af53d6beb9a2339839aa47fbbbbeafc208 (diff)
pass one extra test
Diffstat (limited to 'server.c')
-rw-r--r--server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server.c b/server.c
index 324527e..74ba7fa 100644
--- a/server.c
+++ b/server.c
@@ -361,7 +361,7 @@ void udp_port_cleanup_handler(void *arg)
/* Make the manager routine */
void *send_udp_packet_routine(void *arg) {
- printf("send udp packet routine\n");
+ // printf("send udp packet routine\n");
int *buf = arg;
// unpack args
int user_index = buf[0];