aboutsummaryrefslogtreecommitdiff
path: root/src/operations.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/operations.cc')
-rw-r--r--src/operations.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/operations.cc b/src/operations.cc
index ad9f8f3..2bded60 100644
--- a/src/operations.cc
+++ b/src/operations.cc
@@ -198,6 +198,7 @@ fuse_operations FuseOperations(File* const root) {
root_ = root;
fuse_operations result;
+ std::memset(&result, 0, sizeof(result));
result.flag_nullpath_ok = true;
result.flag_nopath = true;