diff options
Diffstat (limited to 'lib/helper.c')
-rw-r--r-- | lib/helper.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/helper.c b/lib/helper.c index a1e9eb0..e6bfc4d 100644 --- a/lib/helper.c +++ b/lib/helper.c @@ -180,13 +180,6 @@ int fuse_daemonize(int foreground) perror("fuse: failed to daemonize program\n"); return -1; } - } else { - /* Ensure consistant behavior across debug and normal modes */ - res = chdir("/"); - if (res == -1) { - perror("fuse: failed to change working directory to /\n"); - return -1; - } } return 0; } |