Comment 20 for bug 672643

Revision history for this message
In , Petr (petr-redhat-bugs) wrote :

This is issue of libnih library.

There is a test if an entity is a directory based on struct dirent returned by readdir(3):

nih/file.c:644 if (filter && filter (data, subpath, ent->d_type == DT_DIR))

but used item d_type is not supported by all filesystem.