Line breaks and other formatting issues. No functional changes.
This commit is contained in:
parent
281840b604
commit
4c4fdca42b
37 changed files with 119 additions and 117 deletions
|
@ -282,11 +282,12 @@ doexecute(char *p, FILE *auxfi)
|
|||
/* copies 4k at a time to the socket */
|
||||
while (termio(fd, sock, auxfi)) /*do copy */
|
||||
;
|
||||
/* Some platforms don't send the eof (cntl-D) at the end of
|
||||
copying a file. If emp_client hangs at the end of an
|
||||
execute, include the following line and notify wolfpack
|
||||
of the platform you are using.
|
||||
sendeof(sock);
|
||||
/*
|
||||
* Some platforms don't send the eof (cntl-D) at the end of
|
||||
* copying a file. If emp_client hangs at the end of an
|
||||
* execute, include the following line and notify wolfpack
|
||||
* of the platform you are using.
|
||||
* sendeof(sock);
|
||||
*/
|
||||
close(fd);
|
||||
free(tag);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue