diff options
-rw-r--r-- | libexec/rpc.rquotad/rquotad.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/rpc.rquotad/rquotad.c b/libexec/rpc.rquotad/rquotad.c index d37cec41443..e354ab37f12 100644 --- a/libexec/rpc.rquotad/rquotad.c +++ b/libexec/rpc.rquotad/rquotad.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rquotad.c,v 1.8 2001/01/17 19:23:26 deraadt Exp $ */ +/* $OpenBSD: rquotad.c,v 1.9 2001/02/12 07:15:46 deraadt Exp $ */ /* * by Manuel Bouyer (bouyer@ensta.fr) * @@ -211,7 +211,7 @@ initfs() setfsent(); while ((fs = getfsent())) { - if (strcmp(fs->fs_vfstype, "ufs")) + if (strcmp(fs->fs_vfstype, "ffs")) continue; if (!hasquota(fs, &qfpathname)) continue; |