summaryrefslogtreecommitdiff
path: root/src/ftw/nftw.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ftw/nftw.c')
-rw-r--r--src/ftw/nftw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ftw/nftw.c b/src/ftw/nftw.c
index 8966953c..7dd80dd6 100644
--- a/src/ftw/nftw.c
+++ b/src/ftw/nftw.c
@@ -2,7 +2,7 @@
int nftw(const char * path, int (*fn) (const char *, const struct stat *, int, struct FTW *), int fd_limit, int flags)
{
- return 0;
+ return __ftw(path, fn, fd_limit, flags);
}
/*