X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=src%2Fprotocol_auth.c;h=349d903282005e2a9f467208c304fd4d5da47f4a;hb=ba799a101d57c55d4cbf602511aa24c32a5b735e;hp=b05b04b1c1317bfe20c1e47b87aef6682b59ecde;hpb=2200060c4eaadae36b8150aa33b0db7c0d74722f;p=meshlink diff --git a/src/protocol_auth.c b/src/protocol_auth.c index b05b04b1..349d9032 100644 --- a/src/protocol_auth.c +++ b/src/protocol_auth.c @@ -411,6 +411,7 @@ bool ack_h(meshlink_handle_t *mesh, connection_t *c, const char *request) { } } + n->dclass = dclass; n->connection = c; c->node = n; if(!(c->options & options & OPTION_PMTU_DISCOVERY)) {