From 1b188024c85b135154405f78a2caef82317e550d Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Thu, 28 Jul 2005 11:07:29 +0000 Subject: fix --- util/fusermount.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'util/fusermount.c') 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; -- cgit v1.2.3