X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fprotocol_auth.c;h=b6018ca743e555107d326b39b875fa442ec285e1;hp=cde7ead9e95f81c9a0fc619eec91eb3d3d4965fd;hb=d9ad3d313d96d30ef45cd53367dff9a855a396d4;hpb=9e3ca397735077f85bbde48c36e1b3e0fa950988 diff --git a/src/protocol_auth.c b/src/protocol_auth.c index cde7ead9..b6018ca7 100644 --- a/src/protocol_auth.c +++ b/src/protocol_auth.c @@ -575,7 +575,7 @@ bool ack_h(connection_t *c) { if(tunnelserver) send_add_edge(c, c->edge); else - send_add_edge(broadcast, c->edge); + send_add_edge(everyone, c->edge); /* Run MST and SSSP algorithms */