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

Diff for /src/usr.bin/rsync/flist.c between version 1.11 and 1.12

version 1.11, 2019/02/12 19:33:59 version 1.12, 2019/02/12 19:39:57
Line 315 
Line 315 
                         if (!io_write_int(sess, fdout, f->st.gid)) {                          if (!io_write_int(sess, fdout, f->st.gid)) {
                                 ERRX1(sess, "io_write_int");                                  ERRX1(sess, "io_write_int");
                                 goto out;                                  goto out;
                         }                          }
                         if (!idents_gid_add(sess, &gids, &gidsz, f->st.gid)) {                          if (!idents_gid_add(sess, &gids, &gidsz, f->st.gid)) {
                                 ERRX1(sess, "idents_gid_add");                                  ERRX1(sess, "idents_gid_add");
                                 goto out;                                  goto out;
Line 655 
Line 655 
                         sess->total_size += ff->st.size;                          sess->total_size += ff->st.size;
         }          }
   
         /*          /*
          * Now conditionally read the group list.           * Now conditionally read the group list.
          * We then remap all group identifiers to the local ids.           * We then remap all group identifiers to the local ids.
          */           */

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12