aboutsummaryrefslogtreecommitdiffstats
path: root/util/fusermount.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/fusermount.c')
-rw-r--r--util/fusermount.c2
1 files changed, 1 insertions, 1 deletions
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;