Re: [Patch]: chown etc

2004-04-20 Thread Corinna Vinschen
On Apr 19 13:10, Pierre A. Humblet wrote: > 2004-04-19 Pierre Humblet <[EMAIL PROTECTED]> > > * fhandler_disk_file.cc (fhandler_base::open_fs): Change set_file_attribute > call to indicate that NT security isn't used. > (fhandler_disk_file::fchmod): Rearrange to isolate 9x relat

[Patch]: chown etc

2004-04-19 Thread Pierre A. Humblet
Please disregard my previous message. This is the cleanup patch mentioned earlier, plus a few other things: - In fhandler_base::open_fs I changed the call to set_file_attribute as you already did recently in mkdir and symlink_worker - I noticed that the test (fh) had to me moved up in stat_wor

[Patch]: chown etc

2004-04-19 Thread Pierre A. Humblet
This is the cleanup patch mentioned earlier, plus a few other things - In fhandler_base::open_fs I changed the call to set_file_attribute as you already did recently in mkdir and symlink_worker, and - I also eliminated the test of GetLastError. After all, CreateFile did succeed so the LastErro