Re: scandirat return dirents of parent dir

2017-07-04 Thread comic fans
I've already submitted a patch for this but your fix is much quicker... confirmed this snapshot resolved the problem. Thank you. >> Hello: >> I've found this problem when compile >> casync(https://github.com/systemd/casync.git) in cygwin,workflow to >> trigger this : >> rootfd=open(".",O_C

scandirat return dirents of parent dir

2017-07-04 Thread comic fans
Hello: I've found this problem when compile casync(https://github.com/systemd/casync.git) in cygwin,workflow to trigger this : rootfd=open(".",O_CLOEXEC|O_RDONLY|O_NOCTTY); scandirat(rootfd,".", firstLevelDirEnts..); foreach dirent in firstLevelDirEnts: if dirent is di