1
0
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:
Nikolay Shirokovskiy 2017-10-17 16:55:15 +03:00 committed by Maxim Nestratov
parent 62d6de46fd
commit 1071592e65

View File

@ -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);