summaryrefslogtreecommitdiff
path: root/convertquota.c
diff options
context:
space:
mode:
authorjkar8572 <jkar8572>2002-05-03 07:05:46 +0000
committerjkar8572 <jkar8572>2002-05-03 07:05:46 +0000
commit1883e1ee6514b304d0bb6fa5705644230b145a4b (patch)
treeff59246795e0be3744869e440c613160d269b526 /convertquota.c
parent04bc20aa76dc9743a3d81ad48427860e0f3f3b2f (diff)
downloadlinuxquota-1883e1ee6514b304d0bb6fa5705644230b145a4b.tar.gz
Fixed bug with rpc.rquotad bad path processing.
Diffstat (limited to 'convertquota.c')
-rw-r--r--convertquota.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/convertquota.c b/convertquota.c
index f690889..06c235b 100644
--- a/convertquota.c
+++ b/convertquota.c
@@ -345,9 +345,9 @@ int main(int argc, char **argv)
parse_options(argc, argv);
init_kernel_interface();
- if (init_mounts_scan(1, &mntpoint) < 0)
+ if (init_mounts_scan(1, &mntpoint, 0) < 0)
return 1;
- if (!(mnt = get_next_mount(0))) {
+ if (!(mnt = get_next_mount())) {
end_mounts_scan();
return 1;
}