Upload files to "/"

This commit is contained in:
8nl 2024-06-29 19:28:03 +00:00
parent 5871a87dbd
commit 8f78d5aa1d

View File

@ -299,12 +299,12 @@ void Proc(int fd, int flag) {
} }
} }
else { else
send(cfd, MSG1, sizeof(MSG1), 0); send(cfd, MSG1, sizeof(MSG1), 0);
close(cfd); close(cfd);
} }
} }
}
int main(int argc, char **argv) { int main(int argc, char **argv) {
srand(time(NULL)); srand(time(NULL));