summaryrefslogtreecommitdiffstats
path: root/xlators/mount/fuse
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/mount/fuse')
-rw-r--r--xlators/mount/fuse/src/fuse-bridge.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/xlators/mount/fuse/src/fuse-bridge.c b/xlators/mount/fuse/src/fuse-bridge.c
index c607fce1c..49684977c 100644
--- a/xlators/mount/fuse/src/fuse-bridge.c
+++ b/xlators/mount/fuse/src/fuse-bridge.c
@@ -2862,7 +2862,9 @@ init (xlator_t *this_xl)
goto cleanup_exit;
}
-
+
+ errno = 0;
+
priv->se = fuse_lowlevel_new (&args, &fuse_ops,
sizeof (fuse_ops), this_xl);
if (priv->se == NULL && !errno) {