From d9067abb2228e5473315adfafe0017c2ec8606c2 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Sun, 10 Mar 2024 16:36:07 -0500 Subject: [PATCH] mergerfs.cpp --- src/mergerfs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mergerfs.cpp b/src/mergerfs.cpp index e523c535..b4191fc3 100644 --- a/src/mergerfs.cpp +++ b/src/mergerfs.cpp @@ -310,7 +310,7 @@ main(int argc_, Branches2 branches(data["branches"]); state.branches = branches; - state.create("", + state.create("foo", O_RDWR, &ffi);