summaryrefslogtreecommitdiff
path: root/quot.c
diff options
context:
space:
mode:
Diffstat (limited to 'quot.c')
-rw-r--r--quot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/quot.c b/quot.c
index 6738e45..4f855f5 100644
--- a/quot.c
+++ b/quot.c
@@ -131,7 +131,7 @@ static void mounttable(void)
int doit = 0;
struct mntent *mntp;
- while ((mntp = get_next_mount())) {
+ while ((mntp = get_next_mount(0))) {
/* Currently, only XFS is implemented... */
if (strcmp(mntp->mnt_type, MNTTYPE_XFS) == 0) {
checkXFS(mntp->mnt_fsname, mntp->mnt_dir);