Skip to content

Commit

Permalink
do we need this?
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmark committed Nov 23, 2024
1 parent 5722346 commit ccbdbdf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions etc/afpd/quota.c
Original file line number Diff line number Diff line change
Expand Up @@ -650,10 +650,8 @@ static int getquota(const AFPObj *obj, struct vol *vol, struct dqblk *dq, const
}
#endif

#if !defined(LIBQUOTA)
return vol->v_nfs ? getnfsquota(vol, obj->uid, bsize, dq) :
getfsquota(obj, vol, obj->uid, dq);
#endif
}

static int overquota( struct dqblk *dqblk)
Expand Down

0 comments on commit ccbdbdf

Please sign in to comment.