Signed-off-by: max_10 <max_10@gmx.de>
This commit is contained in:
samsamsam
2018-04-17 22:35:47 +02:00
committed by Thilo Graf
parent 55ced53561
commit f9b108577c

View File

@@ -129,7 +129,7 @@ ssize_t WriteWithRetry(Context_t *context, int pipefd, int fd, const void *buf,
if(FD_ISSET(pipefd, &rfds))
{
FlusPipe(pipefd);
FlushPipe(pipefd);
//printf("RETURN FROM SELECT DUE TO pipefd SET\n");
continue;
}