summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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) {