diff options
| author | Wayne Davison <wayned@samba.org> | 2005-05-12 07:45:21 +0000 |
|---|---|---|
| committer | Wayne Davison <wayned@samba.org> | 2005-05-12 07:45:21 +0000 |
| commit | e65154085cd6b58fada9b8f3070448e8bbad6111 (patch) | |
| tree | 4acb9a30d16cc27f6069a07e807bfc10242f0316 /io.c | |
| parent | e4676bb59be26860433f5ff727855fe03d072bf8 (diff) | |
| download | android_external_rsync-e65154085cd6b58fada9b8f3070448e8bbad6111.tar.gz android_external_rsync-e65154085cd6b58fada9b8f3070448e8bbad6111.tar.bz2 android_external_rsync-e65154085cd6b58fada9b8f3070448e8bbad6111.zip | |
Got rid of some code from writefd_unbuffered() that was only needed
back when the generator had a writeable pipe to the receiver.
Diffstat (limited to 'io.c')
| -rw-r--r-- | io.c | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -1035,11 +1035,6 @@ static void writefd_unbuffered(int fd,char *buf,size_t len) using_r_fds = 1; } else using_r_fds = 0; - if (fd != sock_f_out && iobuf_out_cnt && no_flush == 1) { - FD_SET(sock_f_out, &w_fds); - if (sock_f_out > maxfd) - maxfd = sock_f_out; - } tv.tv_sec = select_timeout; tv.tv_usec = 0; |
