diff options
Diffstat (limited to 'xlators/storage/posix/src/posix.c')
-rw-r--r-- | xlators/storage/posix/src/posix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/storage/posix/src/posix.c b/xlators/storage/posix/src/posix.c index 489cb8d0a20..0cfe0c4b231 100644 --- a/xlators/storage/posix/src/posix.c +++ b/xlators/storage/posix/src/posix.c @@ -1362,7 +1362,7 @@ janitor_walker (const char *fpath, const struct stat *sb, break; } - return FTW_CONTINUE; + return 0; /* 0 = FTW_CONTINUE */ } |