commit | 45e90394e728d94c0840010d4b47803456539d09 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Thu Jul 18 23:57:35 2013 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Thu Jul 18 23:57:35 2013 +0200 |
tree | fabf8bd2d7132f79dfae55cfca3ed87845056222 | |
parent | c406a121f7f43772752012119b4b65df4b68d707 [diff] |
Fix posix_chflags(): return_value was uninitialized when follow_symlinks=False whereas the fchmodat() function is not avaialble.