mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
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
Block a user