X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fprotocol_auth.c;h=ac486ea6f0ba0b34b12eacc75b66990d45f7391f;hp=778c607b2ba74f9fb9683b2df3414a375ac41e83;hb=b23bf132838156d2fe5a18d50a2b5e068ae18ec3;hpb=127f2f99f3d43e0565782750f26f1d3980c72711 diff --git a/src/protocol_auth.c b/src/protocol_auth.c index 778c607b..ac486ea6 100644 --- a/src/protocol_auth.c +++ b/src/protocol_auth.c @@ -805,7 +805,6 @@ bool ack_h(connection_t *c, const char *request) { /* Activate this connection */ c->allow_request = ALL; - c->status.active = true; logger(DEBUG_CONNECTIONS, LOG_NOTICE, "Connection with %s (%s) activated", c->name, c->hostname);