mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-20 07:59:00 +00:00
vz: fix typo for 0d3d020b
This commit is contained in:
parent
62d6de46fd
commit
1071592e65
@ -4495,7 +4495,7 @@ prlsdkGetNetStats(PRL_HANDLE sdkstats, PRL_HANDLE sdkdom, const char *device,
|
||||
virMacAddr mac;
|
||||
|
||||
if (virMacAddrParse(device, &mac) == 0)
|
||||
net = prlsdkFindNetByMAC(sdkdom, device);
|
||||
net = prlsdkFindNetByMAC(sdkdom, &mac);
|
||||
else
|
||||
net = prlsdkFindNetByPath(sdkdom, device);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user