From a6a4c8ae1775a9438df7612eca9ea935fc57c070 Mon Sep 17 00:00:00 2001 From: Pat Erley Date: Thu, 28 Jan 2016 16:17:54 -0800 Subject: recovery: Fix mount_for_wipe During a rebase, a line was dropped that shouldn't have been. CYNGNOS-1747 Change-Id: I9c9729ba11599baad267d3769685124b422033f8 --- roots.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/roots.cpp b/roots.cpp index 4586c42..4bdf192 100644 --- a/roots.cpp +++ b/roots.cpp @@ -268,6 +268,7 @@ int remount_for_wipe(const char* path) { // Add SELinux mount override asprintf(&new_fs_options, "%s%s", v->fs_options, se_context); + v->fs_options = new_fs_options; ensure_path_unmounted(path); ret = ensure_path_mounted(path); -- cgit v1.1