summaryrefslogtreecommitdiff
path: root/quotacheck_v1.c
diff options
context:
space:
mode:
Diffstat (limited to 'quotacheck_v1.c')
-rw-r--r--quotacheck_v1.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/quotacheck_v1.c b/quotacheck_v1.c
index 7fe8012..1f583f7 100644
--- a/quotacheck_v1.c
+++ b/quotacheck_v1.c
@@ -34,6 +34,11 @@ static void load_dquots(char *filename, int fd, int type)
(uint) id);
break;
}
+ if (ddqblk.dqb_bhardlimit == 0
+ && ddqblk.dqb_bsoftlimit == 0
+ && ddqblk.dqb_ihardlimit == 0
+ && ddqblk.dqb_isoftlimit == 0)
+ continue;
dquot = add_dquot(id, type);
udq = &dquot->dq_dqb;
udq->dqb_bhardlimit = ddqblk.dqb_bhardlimit;