This commit is contained in:
Miklos Szeredi 2004-12-09 17:30:59 +00:00
parent c45d1a66b8
commit 80a0c3cdd0
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2004-12-09 Miklos Szeredi <miklos@szeredi.hu>
* Fix bug causing garbage in mount options (spotted by David Shaw)
2004-12-07 Miklos Szeredi <miklos@szeredi.hu>
* Add 'writepage' flag to 'fuse_file_info'.

View File

@ -478,6 +478,7 @@ static int do_mount(const char *mnt, const char *type, mode_t rootmode,
if (*s)
s++;
}
*d = '\0';
res = get_mnt_opts(flags, optbuf, &mnt_opts);
if (res == -1) {
free(mnt_opts);