Upload files to "/"
This commit is contained in:
parent
5871a87dbd
commit
8f78d5aa1d
@ -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));
|
||||||
|
Loading…
Reference in New Issue
Block a user