summaryrefslogtreecommitdiffstats
path: root/sbin/mount_fdesc/mount_fdesc.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/mount_fdesc/mount_fdesc.c')
-rw-r--r--sbin/mount_fdesc/mount_fdesc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/mount_fdesc/mount_fdesc.c b/sbin/mount_fdesc/mount_fdesc.c
index bf7f615..897886d 100644
--- a/sbin/mount_fdesc/mount_fdesc.c
+++ b/sbin/mount_fdesc/mount_fdesc.c
@@ -75,7 +75,7 @@ main(argc, argv)
while ((ch = getopt(argc, argv, "o:")) != EOF)
switch (ch) {
case 'o':
- getmntopts(optarg, mopts, &mntflags);
+ getmntopts(optarg, mopts, &mntflags, 0);
break;
case '?':
default:
OpenPOWER on IntegriCloud