Update to spice2x-25-04-25 (pre-apply)
> broken commit
This commit is contained in:
@@ -77,10 +77,9 @@ static ULONG WINAPI GetAdaptersInfo_hook(PIP_ADAPTER_INFO pAdapterInfo, PULONG p
|
||||
|
||||
// log adapter
|
||||
if (GetAdaptersInfo_log)
|
||||
log_info("network", "Using preferred network adapter: {}, {}, {}",
|
||||
log_info("network", "Using preferred network adapter: {}, {}",
|
||||
info->AdapterName,
|
||||
info->IpAddressList.IpAddress.String,
|
||||
info->IpAddressList.IpMask.String);
|
||||
info->Description);
|
||||
|
||||
// set adapter information
|
||||
memcpy(pAdapterInfo, info, sizeof(*info));
|
||||
@@ -118,10 +117,10 @@ static ULONG WINAPI GetAdaptersInfo_hook(PIP_ADAPTER_INFO pAdapterInfo, PULONG p
|
||||
|
||||
// log information
|
||||
if (GetAdaptersInfo_log)
|
||||
log_info("network", "Using fallback adapter: {}, {}, {}",
|
||||
log_info("network", "Using fallback network adapter: {}, {}",
|
||||
info->AdapterName,
|
||||
info->IpAddressList.IpAddress.String,
|
||||
info->IpAddressList.IpMask.String);
|
||||
info->Description);
|
||||
|
||||
|
||||
// set adapter information
|
||||
memcpy(pAdapterInfo, info, sizeof(*info));
|
||||
|
||||
Reference in New Issue
Block a user