From ead7f10b6dffea1df237a65180a2300c5a344ebf Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Mon, 28 Nov 2005 16:02:27 +0000 Subject: fix --- util/fusermount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util') diff --git a/util/fusermount.c b/util/fusermount.c index 8d5562e..2daedae 100644 --- a/util/fusermount.c +++ b/util/fusermount.c @@ -145,7 +145,7 @@ static int add_mount(const char *fsname, const char *mnt, const char *type, struct mntent ent; FILE *fp; - if (check_name(fsname) == -1 || check_name(mnt) == -1 || + if (check_name(fsname) == -1 || check_name(mnt) == -1 || check_name(type) == -1 || check_name(opts) == -1) return -1; -- cgit v1.2.3