mirror of
https://github.com/JHUAPL/kvspool.git
synced 2026-01-08 22:27:56 -05:00
fix for xfs compat
This commit is contained in:
@@ -86,7 +86,6 @@ int sp_readdir(const char *dir, const char *suffix, UT_array *files) {
|
||||
}
|
||||
|
||||
while ( (dent = readdir(d)) != NULL) {
|
||||
if (dent->d_type != DT_REG) continue;
|
||||
name = dent->d_name;
|
||||
nlen = strlen(name);
|
||||
// verify suffix match
|
||||
|
||||
Reference in New Issue
Block a user