X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fnet_socket.c;h=6a859f153610aa4849d33c8cc450928994aab702;hb=6a6d41f91a838fa3fa2584ba936677771d86a5d0;hp=a2bc5b9301e98bf3efadd820fc9ecd5af1ca9c10;hpb=158cbe99f972a1613b7d4d95abfe5fe48e019e67;p=meshlink diff --git a/src/net_socket.c b/src/net_socket.c index a2bc5b93..6a859f15 100644 --- a/src/net_socket.c +++ b/src/net_socket.c @@ -481,9 +481,6 @@ begin: c->status.connecting = true; c->name = xstrdup(outgoing->name); - c->outcipher = myself->connection->outcipher; - c->outdigest = myself->connection->outdigest; - c->outmaclength = myself->connection->outmaclength; c->outcompression = myself->connection->outcompression; c->last_ping_time = now.tv_sec; @@ -628,9 +625,6 @@ void handle_new_meta_connection(void *data, int flags) { c = new_connection(); c->name = xstrdup(""); - c->outcipher = myself->connection->outcipher; - c->outdigest = myself->connection->outdigest; - c->outmaclength = myself->connection->outmaclength; c->outcompression = myself->connection->outcompression; c->address = sa;