Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
receiver: fix panic by initializing last seen file
tridge rsync declares “static uid_t uid;”, i.e. initializes uid=0. This means when running as root, rsync does not need to transfer the uid and can just set the XMIT_SAME_UID flag for the first entry. related to #9
- Loading branch information