Community
Participate
Working Groups
putFileInfo has the lines: long flags = stat.st_flags; flags |= UnixFileFlags.SF_IMMUTABLE; code |= chflags(name, UnixFileFlags.UF_IMMUTABLE); The "flags" variable is never used for anything. Should the flags var be passed to the chflags method?
It should. I'll provide a fix along with a test shortly.
*** This bug has been marked as a duplicate of bug 329245 ***