mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
nss: fix indentation in aiforaf() method
Reviewed-by: Michal Privoznik <mprivozn@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
4ab46435f1
commit
ca4e86cac2
@ -527,7 +527,7 @@ aiforaf(const char *name, int af, struct addrinfo *pai, struct addrinfo **aip)
|
||||
|
||||
(*aip)->ai_next = res0;
|
||||
while ((*aip)->ai_next)
|
||||
*aip = (*aip)->ai_next;
|
||||
*aip = (*aip)->ai_next;
|
||||
|
||||
addrList++;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user