From a0d266ab0389ffb57217f291d9b6fd6deb267081 Mon Sep 17 00:00:00 2001 From: Starz0r Date: Sun, 17 Jan 2021 07:00:57 -0600 Subject: [PATCH] Better wording on the SID Lookup comment --- src/meta/windows_utils.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/meta/windows_utils.rs b/src/meta/windows_utils.rs index 7fae29d..6f98ceb 100644 --- a/src/meta/windows_utils.rs +++ b/src/meta/windows_utils.rs @@ -256,7 +256,7 @@ unsafe fn lookup_account_sid(sid: *mut c_void) -> Result<(Vec, Vec), s continue; } else { // Unknown account and or system domain identification - // Possibly foreign item coming from another machine + // Possibly foreign item originating from another machine // TODO: Calculate permissions since it has to be possible if Explorer knows. return Ok(( buf_from_os(OsStr::new("UNIDENTIFIED")),