mirror of https://gitee.com/openkylin/libvirt.git
vz: Fix indentation in prlsdkGetNetAddresses()
This commit is contained in:
parent
a2adcc1b93
commit
a9a2abd478
|
@ -829,7 +829,7 @@ prlsdkGetNetAddresses(PRL_HANDLE sdknet, virDomainNetDefPtr net)
|
|||
prlsdkCheckRetGoto(pret, cleanup);
|
||||
|
||||
for (i = 0; i < num; ++i) {
|
||||
virNetDevIPAddrPtr ip = NULL;
|
||||
virNetDevIPAddrPtr ip = NULL;
|
||||
PRL_UINT32 buflen = 0;
|
||||
char *addr;
|
||||
|
||||
|
|
Loading…
Reference in New Issue