mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06: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…
Reference in New Issue
Block a user