summaryrefslogtreecommitdiff
path: root/quotacheck.c
diff options
context:
space:
mode:
authorjkar8572 <jkar8572>2001-05-14 16:20:21 +0000
committerjkar8572 <jkar8572>2001-05-14 16:20:21 +0000
commit13b190f24d2e539008c033c7768c8399ae3b187a (patch)
treeb60a54a10abc5a170d48e86dfe99ac41fb0dfdaa /quotacheck.c
parentf1cba33dc71d9b475d79861ebf1282c709d7e643 (diff)
Fixed introduced compilation bug.
Diffstat (limited to 'quotacheck.c')
-rw-r--r--quotacheck.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/quotacheck.c b/quotacheck.c
index 64789ba..2ec3ca4 100644
--- a/quotacheck.c
+++ b/quotacheck.c
@@ -8,7 +8,7 @@
* New quota format implementation - Jan Kara <jack@suse.cz> - Sponsored by SuSE CR
*/
-#ident "$Id: quotacheck.c,v 1.10 2001/05/14 16:04:12 jkar8572 Exp $"
+#ident "$Id: quotacheck.c,v 1.11 2001/05/14 16:20:21 jkar8572 Exp $"
#include <dirent.h>
#include <stdio.h>
@@ -832,7 +832,7 @@ static void check_all(void)
else
mnt_fslabel = devlist[gotmnt - 1];
if ((flags & FL_ALL && (!(flags & FL_NOROOT) || strcmp(mnt->mnt_dir, "/"))) ||
- (mntpoint && (devcmp(mntpoint, devlist[gotmnt - 1]) || dircmp(mntpoint, mnt->mnt_dir))) {
+ (mntpoint && (devcmp(mntpoint, devlist[gotmnt - 1]) || dircmp(mntpoint, mnt->mnt_dir)))) {
if (!strcmp(mnt->mnt_type, MNTTYPE_XFS)) {
debug(FL_DEBUG | FL_VERBOSE, _("Skipping %s [%s]\n"), mnt_fslabel,
mnt->mnt_dir);