aboutsummaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2005-07-28 11:07:29 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2005-07-28 11:07:29 +0000
commit1b188024c85b135154405f78a2caef82317e550d (patch)
tree3b3af42e3030be1e402e712663a2b9f5c6a193f8 /util
parenta6ddeaacdc9890f1422b64804fe876c56f1b4c69 (diff)
downloadandroid_external_fuse-1b188024c85b135154405f78a2caef82317e550d.tar.gz
android_external_fuse-1b188024c85b135154405f78a2caef82317e550d.tar.bz2
android_external_fuse-1b188024c85b135154405f78a2caef82317e550d.zip
fix
Diffstat (limited to 'util')
-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;