test_net_socket/test_net_mod_socket.c
@@ -141,7 +141,6 @@ sprintf(sendbuf, "RECEIVED PORT %d NAME %s", remote_port, recvbuf); net_mod_socket_sendto(client, sendbuf, strlen(sendbuf) + 1, remote_port); free(recvbuf); sleep(1000); } } @@ -286,7 +285,7 @@ void test_net_sendandrecv_threads(char *nodelist) { int status, i = 0, processors = 4; int status, i = 0, processors = 1; void *res[processors]; // Targ *targs = (Targ *)calloc(processors, sizeof(Targ)); Targ targs[processors];