X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fnet_socket.c;h=2d1ecc50e83f40ed5d03590e49a8a7a6e6e13182;hp=f49832f806a0ebad09d612ffdcc6323be6457190;hb=0a84f9cb8f52f2d2b4f03a5ad5ef9dfcd3509033;hpb=62ee9b776d45af41c8b040ad86e50ba8f6f8e6c4 diff --git a/src/net_socket.c b/src/net_socket.c index f49832f8..2d1ecc50 100644 --- a/src/net_socket.c +++ b/src/net_socket.c @@ -352,7 +352,7 @@ static void do_outgoing_pipe(connection_t *c, char *command) { void do_outgoing_connection(connection_t *c) { char *address, *port, *space; - struct addrinfo *proxyai; + struct addrinfo *proxyai = NULL; int result; if(!c->outgoing) {