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

Diff for /src/usr.bin/rsync/io.c between version 1.8 and 1.9

version 1.8, 2019/02/16 16:58:39 version 1.9, 2019/02/17 16:34:04
Line 464 
Line 464 
 {  {
         int32_t tagbuf;          int32_t tagbuf;
   
         if (0 == valsz)          if (valsz == 0)
                 return;                  return;
   
         if (!sess->mplex_writes) {          if (!sess->mplex_writes) {

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9