Upload files to "/"
This commit is contained in:
parent
5871a87dbd
commit
8f78d5aa1d
1 changed files with 3 additions and 3 deletions
|
@ -299,10 +299,10 @@ void Proc(int fd, int flag) {
|
|||
}
|
||||
}
|
||||
|
||||
else {
|
||||
else
|
||||
send(cfd, MSG1, sizeof(MSG1), 0);
|
||||
close(cfd);
|
||||
}
|
||||
|
||||
close(cfd);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue