Import Upstream version 1.0.15
This commit is contained in:
parent
d906f6f9b0
commit
d09cb3d82a
60 changed files with 765 additions and 495 deletions
|
|
@ -535,7 +535,7 @@ bool handle_new_meta_connection(int sock) {
|
|||
return true;
|
||||
}
|
||||
|
||||
void free_outgoing(outgoing_t *outgoing) {
|
||||
static void free_outgoing(outgoing_t *outgoing) {
|
||||
if(outgoing->ai)
|
||||
freeaddrinfo(outgoing->ai);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue