aboutsummaryrefslogtreecommitdiff
path: root/util/fusermount.c
diff options
context:
space:
mode:
authorGravatar Miklos Szeredi <miklos@szeredi.hu>2005-07-28 11:07:29 +0000
committerGravatar Miklos Szeredi <miklos@szeredi.hu>2005-07-28 11:07:29 +0000
commit1b188024c85b135154405f78a2caef82317e550d (patch)
tree3b3af42e3030be1e402e712663a2b9f5c6a193f8 /util/fusermount.c
parenta6ddeaacdc9890f1422b64804fe876c56f1b4c69 (diff)
fix
Diffstat (limited to 'util/fusermount.c')
-rw-r--r--util/fusermount.c4
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;