From 8c3c4b93b63812923ed0a24e771b0422b679309e Mon Sep 17 00:00:00 2001 From: Martin Pärtel Date: Mon, 18 Jun 2012 08:55:01 +0300 Subject: Fixed a memory error in src/usermap.c. --- src/bindfs.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/bindfs.c') diff --git a/src/bindfs.c b/src/bindfs.c index 5d7974d..ded13be 100644 --- a/src/bindfs.c +++ b/src/bindfs.c @@ -399,7 +399,6 @@ static int bindfs_readdir(const char *path, void *buf, fuse_fill_dir_t filler, struct dirent *de; struct stat st; int result = 0; - (void) path; de_buf = malloc(offsetof(struct dirent, d_name) + pathconf(path, _PC_NAME_MAX) + 1); -- cgit v1.2.3