Backport fixes from trunk since revision 1555.
This commit is contained in:
parent
046158a216
commit
76165488f8
6 changed files with 47 additions and 9 deletions
|
|
@ -294,7 +294,8 @@ begin:
|
|||
}
|
||||
|
||||
if(!c->outgoing->aip) {
|
||||
freeaddrinfo(c->outgoing->ai);
|
||||
if(c->outgoing->ai)
|
||||
freeaddrinfo(c->outgoing->ai);
|
||||
c->outgoing->ai = NULL;
|
||||
goto begin;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue