mirror of
https://github.com/libfuse/libfuse.git
synced 2024-11-23 12:14:15 +08:00
bugfix
This commit is contained in:
parent
c45d1a66b8
commit
80a0c3cdd0
@ -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'.
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user