From d709f319232ae40302b7cd73ab945c3d76be01f3 Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Fri, 31 Aug 2018 13:38:26 +0200 Subject: Do not hardcode /etc/fuse.conf path. --- util/fusermount.c | 1 - 1 file changed, 1 deletion(-) (limited to 'util/fusermount.c') diff --git a/util/fusermount.c b/util/fusermount.c index ed9d0aa..250bf76 100644 --- a/util/fusermount.c +++ b/util/fusermount.c @@ -35,7 +35,6 @@ #define FUSE_COMMFD_ENV "_FUSE_COMMFD" #define FUSE_DEV "/dev/fuse" -#define FUSE_CONF "/etc/fuse.conf" #ifndef MS_DIRSYNC #define MS_DIRSYNC 128 -- cgit v1.2.3