summaryrefslogtreecommitdiffstats
path: root/shlibs/mount/src/fs.c
diff options
context:
space:
mode:
Diffstat (limited to 'shlibs/mount/src/fs.c')
-rw-r--r--shlibs/mount/src/fs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shlibs/mount/src/fs.c b/shlibs/mount/src/fs.c
index f0eae7448..7fc5e8825 100644
--- a/shlibs/mount/src/fs.c
+++ b/shlibs/mount/src/fs.c
@@ -407,7 +407,7 @@ int mnt_fs_set_optstr(mnt_fs *fs, const char *optstr)
if (!fs || !optstr)
return -1;
- if (mnt_split_optstr((char *) optstr, NULL, &v, &f))
+ if (mnt_split_optstr((char *) optstr, NULL, &v, &f, 0, 0))
return -1;
p = strdup(optstr);