When calling lchown, pass the current known uid and gid rather than -1
authorDavid Dykstra <dwd@samba.org>
Wed, 3 Feb 1999 15:15:56 +0000 (15:15 +0000)
committerDavid Dykstra <dwd@samba.org>
Wed, 3 Feb 1999 15:15:56 +0000 (15:15 +0000)
commit5865fcdd6370cef7d3a4997500a9a28f3114ad7f
tree67ea23b643a6890cbcd103a1ad0be262faddab0d
parente68f34816f462dea879082b69eb1df7cfb1b0c0f
When calling lchown, pass the current known uid and gid rather than -1
to not change it, since the old SVR2-based UTS 2.1.2 does not support
leaving uid and gid alone when the value is -1.
rsync.c