From 55d4ff5b5d8ec106d9f42e27c5218911d7c47d83 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Fri, 1 Aug 2025 07:55:41 +0100 Subject: feat: tools/mgmt.oe: tiny source tweaks. Signed-off-by: Amlal El Mahrouss --- public/tools/mgmt.oe/src/CommandLine.cc | 4 ++-- 1 file 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; -- cgit v1.2.3