mirror of
https://github.com/snltty/linker.git
synced 2025-10-27 11:00:25 +08:00
cdkey独立,可作用于中继和内网穿透
This commit is contained in:
@@ -358,7 +358,7 @@ namespace linker.libs.winapis
|
||||
{
|
||||
users.Add(new WindowUserInfo { LastLogon = info.LastLogon, Sid = stringSid });
|
||||
}
|
||||
NetApiBufferFree(bufptr);
|
||||
int value = NetApiBufferFree(bufptr);
|
||||
}
|
||||
}
|
||||
catch (Exception)
|
||||
@@ -366,7 +366,7 @@ namespace linker.libs.winapis
|
||||
}
|
||||
finally
|
||||
{
|
||||
NetApiBufferFree(bufPtr);
|
||||
int _ = NetApiBufferFree(bufPtr);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user