From 1883e1ee6514b304d0bb6fa5705644230b145a4b Mon Sep 17 00:00:00 2001 From: jkar8572 Date: Fri, 3 May 2002 07:05:46 +0000 Subject: Fixed bug with rpc.rquotad bad path processing. --- convertquota.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'convertquota.c') 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; } -- cgit v1.2.1