search for: perserve_perms

Displaying 1 result from an estimated 1 matches for "perserve_perms".

2002 Dec 21
3
am I missing something, or are permissions always preserved?
...if (do_chmod(fname,file->mode) != 0) { rprintf(FERROR,"failed to set permissions on %s : %s\n", fname,strerror(errno)); return 0; } } } #endif I would have expected to see a test for the setting of perserve_perms, but it's not there. Is this a bug or is there there a reason perserve_perms isn't checked?