chiark / gitweb /
dbus: make data pointer for properties read-only
[elogind.git] / mount-setup.c
index a0eb75ca6a14d6954c03c66d3669bd7b400b9551..f3041941ac4326d070b1325a6a159c9f7da83cb2 100644 (file)
@@ -90,7 +90,7 @@ static int mount_one(const char *t[]) {
 
         /* The access mode here doesn't really matter too much, since
          * the mounted file system will take precedence anyway. */
-        mkdir(t[MOUNT_WHERE], 0755);
+        mkdir_p(t[MOUNT_WHERE], 0755);
 
         log_debug("Mounting %s to %s of type %s with options %s.",
                   t[MOUNT_WHAT],