Switch the checking of preserve_[ug]id var to checking [ug]id_ndx var
authorWayne Davison <wayned@samba.org>
Mon, 2 Jul 2007 22:11:23 +0000 (22:11 +0000)
committerWayne Davison <wayned@samba.org>
Mon, 2 Jul 2007 22:11:23 +0000 (22:11 +0000)
commit9b25ef35bd8c13480f79753c605f873d9e271936
tree0a296ba8f53fa89d7c375de89c1b1d17e89d27c9
parent7c73536c25744a5e38027ec373a4cc26f4a681c4
Switch the checking of preserve_[ug]id var to checking [ug]id_ndx var
when the code is about to use the [ug]id_ndx value as an index (since
this saves a memory reference).
flist.c
generator.c
log.c
rsync.c