[BACK]Return to sender.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / rsync

Diff for /src/usr.bin/rsync/sender.c between version 1.18 and 1.19

version 1.18, 2019/02/21 22:09:47 version 1.19, 2019/02/21 22:11:26
Line 476 
Line 476 
                  * left and hit it again if so (read priority).                   * left and hit it again if so (read priority).
                  */                   */
   
                 if (sess->mplex_reads && pfd[0].revents & POLLIN) {                  if (sess->mplex_reads && (pfd[0].revents & POLLIN)) {
                         if (!io_read_flush(sess, fdin)) {                          if (!io_read_flush(sess, fdin)) {
                                 ERRX1(sess, "io_read_flush");                                  ERRX1(sess, "io_read_flush");
                                 goto out;                                  goto out;

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19