=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/quota/quota.c,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- src/usr.bin/quota/quota.c 2010/04/08 02:43:57 1.30 +++ src/usr.bin/quota/quota.c 2013/11/08 15:21:20 1.31 @@ -1,4 +1,4 @@ -/* $OpenBSD: quota.c,v 1.30 2010/04/08 02:43:57 william Exp $ */ +/* $OpenBSD: quota.c,v 1.31 2013/11/08 15:21:20 jsing Exp $ */ /* * Copyright (c) 1980, 1990, 1993 @@ -462,7 +462,7 @@ * on a filesystem independent of /etc/fstab, and it * will still print quotas for them. */ - if ((fs = getfsspec(fst[i].f_mntfromname)) == NULL) + if ((fs = getfsspec(fst[i].f_mntfromspec)) == NULL) continue; if (getufsquota(&fst[i], fs, qup, id, quotatype) == 0) continue;