mirror of
https://github.com/lsd-rs/lsd
synced 2024-12-14 14:12:31 +00:00
Better wording on the SID Lookup comment
This commit is contained in:
parent
b86722bea6
commit
a0d266ab03
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ unsafe fn lookup_account_sid(sid: *mut c_void) -> Result<(Vec<u16>, Vec<u16>), 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")),
|
||||
|
|
Loading…
Reference in a new issue