diff options
Diffstat (limited to 'util/fusermount.c')
-rw-r--r-- | util/fusermount.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/fusermount.c b/util/fusermount.c index 1fe3127..9c7bbf3 100644 --- a/util/fusermount.c +++ b/util/fusermount.c @@ -824,8 +824,8 @@ static int mount_fuse(const char *mnt, const char *opts) char *dev; const char *type = "fuse"; struct stat stbuf; - char *fsname; - char *mnt_opts; + char *fsname = NULL; + char *mnt_opts = NULL; const char *real_mnt = mnt; int currdir_fd = -1; int mountpoint_fd = -1; |