Displaying 1 result from an estimated 1 matches for "e2bb".
Did you mean:
42bb
2003 Mar 20
2
--link-dest uid/gid checking bug?
...file->uid || st->st_gid != file->gid) {
+ if ((preserve_uid && st->st_uid != file->uid) ||
+ (preserve_gid && st->st_gid != file->gid)) {
return 0;
}
}
====================================
--
GPG Key ID: 366A375B
GPG Key Fingerprint: 485E 5041 17E1 E2BB C263 E4DE C8E3 FA36 366A 375B