summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRadek Podgorny <radek@podgorny.cz>2022-07-04 12:13:57 +0200
committerRadek Podgorny <radek@podgorny.cz>2022-07-04 12:13:57 +0200
commitfc6828a9b50747bf090dcbe3d39f3cb633141fba (patch)
tree54ae681c50bff2d1078e539be7b8f257e65ed51b
parentce5efb2a4504f2d78e6542fe94d0192630ad2bf1 (diff)
downloadunionfs-fuse-git-fc6828a9b50747bf090dcbe3d39f3cb633141fba.tar.gz
formatting
-rw-r--r--src/general.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/general.c b/src/general.c
index 81a8799..ebbf409 100644
--- a/src/general.c
+++ b/src/general.c
@@ -241,6 +241,7 @@ static int do_create(const char *path, int nbranch_ro, int nbranch_rw) {
}
bool _call_setfile = true;
+
res = mkdir(dirp, buf.st_mode);
if (res == -1) {
if (errno == EEXIST) {