summaryrefslogtreecommitdiffhomepage
path: root/public
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-08-01 07:55:41 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-08-01 07:55:41 +0100
commit55d4ff5b5d8ec106d9f42e27c5218911d7c47d83 (patch)
treea2a6354c1de0aa21bf7390b48329ed71e538478e /public
parentf05aa7d8e5a9668b27e43c8bd2718482caa0b59e (diff)
feat: tools/mgmt.oe: tiny source tweaks.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'public')
-rw-r--r--public/tools/mgmt.oe/src/CommandLine.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/public/tools/mgmt.oe/src/CommandLine.cc b/public/tools/mgmt.oe/src/CommandLine.cc
index 3e8de78b..3888476c 100644
--- a/public/tools/mgmt.oe/src/CommandLine.cc
+++ b/public/tools/mgmt.oe/src/CommandLine.cc
@@ -16,11 +16,11 @@ SInt32 _NeMain(SInt32 argc, Char* argv[]) {
LIBSYS_UNUSED(argc);
LIBSYS_UNUSED(argv);
- kJailSrv = JailGetCurrent();
+ kJailSrv = ::JailGetCurrent();
MUST_PASS(kJailSrv);
- PrintOut(nullptr, "%s", "mgmt.oe - OpenEnclave Management Tool.");
+ ::PrintOut(nullptr, "%s", "mgmt.oe: OpenEnclave Management Tool.");
/// @note JailGetCurrent returns client as nullptr if we're not that client (we'll not be able to access the jail then)
if (kJailSrv->fClient == nullptr) return EXIT_FAILURE;