X-Git-Url: http://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fnet_socket.c;h=8783b01a2b7749149cd087e8ae0d9d875def75ef;hb=391985158c16f4a3894a798f6788cfb23dfcfea9;hp=af1bec224fe0feae3e992bf059296190eb84c33c;hpb=668750c022a02cc54756316907f1cbbf7d673025;p=tinc diff --git a/src/net_socket.c b/src/net_socket.c index af1bec22..8783b01a 100644 --- a/src/net_socket.c +++ b/src/net_socket.c @@ -649,7 +649,6 @@ begin: c->status.connecting = true; c->name = xstrdup(outgoing->node->name); c->outmaclength = myself->connection->outmaclength; - c->outcompression = myself->connection->outcompression; c->last_ping_time = now.tv_sec; connection_add(c); @@ -758,7 +757,6 @@ void handle_new_meta_connection(void *data, int flags) { c = new_connection(); c->name = xstrdup(""); c->outmaclength = myself->connection->outmaclength; - c->outcompression = myself->connection->outcompression; c->address = sa; c->hostname = sockaddr2hostname(&sa);