X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fprotocol_auth.c;h=698806886ba363cfdd51984f5b2e5d44f7cc2642;hp=cde7ead9e95f81c9a0fc619eec91eb3d3d4965fd;hb=95968c67f9df9102ddbce5b7c8d34107989ad51a;hpb=9e3ca397735077f85bbde48c36e1b3e0fa950988 diff --git a/src/protocol_auth.c b/src/protocol_auth.c index cde7ead9..69880688 100644 --- a/src/protocol_auth.c +++ b/src/protocol_auth.c @@ -1,7 +1,7 @@ /* protocol_auth.c -- handle the meta-protocol, authentication Copyright (C) 1999-2005 Ivo Timmermans, - 2000-2010 Guus Sliepen + 2000-2012 Guus Sliepen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -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 */