Merge "init: fix copy/paste mistake"

This commit is contained in:
Treehugger Robot 2017-08-18 01:49:40 +00:00 committed by Gerrit Code Review
commit f85404521e

View file

@ -68,10 +68,10 @@ using android::base::unique_fd;
namespace android {
namespace init {
static struct selabel_handle* sehandle = nullptr;
namespace {
selabel_handle* sehandle = nullptr;
enum EnforcingStatus { SELINUX_PERMISSIVE, SELINUX_ENFORCING };
EnforcingStatus StatusFromCmdline() {