Revert "fstools: remove SELinux restorecon hack"
[project/fstools.git] / mount_root.c
index ca2c31c3a9ed70fb22d90b5af92d59a9f406c392..d343909a9e0ccb6e898f57e1dd20500d7a400051 100644 (file)
@@ -45,8 +45,7 @@ start(int argc, char *argv[1])
        }
 
        /* Check for extroot config in rootfs before even trying rootfs_data */
-       extroot_prefix = "";
-       if (!mount_extroot()) {
+       if (!mount_extroot("")) {
                ULOG_NOTE("switched to extroot\n");
                return 0;
        }