From 15205a23f983eb5f071b31c72639819d4eda5fd6 Mon Sep 17 00:00:00 2001 From: Eli Zrihen Date: Thu, 8 Jul 2021 21:47:13 +0300 Subject: [PATCH] No Yoda --- mnt.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mnt.cc b/mnt.cc index 4b2ed2f..0d04cd2 100644 --- a/mnt.cc +++ b/mnt.cc @@ -399,7 +399,7 @@ static bool initCloneNs(nsjconf_t* nsjconf) { return false; } - if (false == nsjconf->use_switchroot) { + if (!nsjconf->use_switchroot) { /* * This requires some explanation: It's actually possible to pivot_root('/', '/'). * After this operation has been completed, the old root is mounted over the new