X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fpokey%2Fprotocol_auth.c;h=c94bad96a53c0d30aa08ad1345273d9d0d2fadc7;hp=f45a4634cade540ddb7f577f89050260b68b59a5;hb=4c1a4e8a790584e4c7d5c0f2485706f4c01e1911;hpb=a77b35e748b7cf4cf7ac31750cefab7b2b0325f5 diff --git a/src/pokey/protocol_auth.c b/src/pokey/protocol_auth.c index f45a4634..c94bad96 100644 --- a/src/pokey/protocol_auth.c +++ b/src/pokey/protocol_auth.c @@ -17,7 +17,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id: protocol_auth.c,v 1.1 2002/04/28 12:46:26 zarq Exp $ + $Id: protocol_auth.c,v 1.2 2002/05/02 11:50:07 zarq Exp $ */ #include "config.h" @@ -564,10 +564,10 @@ cp c->edge = new_edge(); cp c->edge->from.node = myself; -// c->edge->from.tcpaddress = str2sockaddr(address, port); + /* c->edge->from.tcpaddress = str2sockaddr(address, port);*/ c->edge->from.udpaddress = str2sockaddr(myaddress, myport); c->edge->to.node = n; -// c->edge->to.tcpaddress = c->address; + /* c->edge->to.tcpaddress = c->address; */ sockaddr2str(&c->address, &hisaddress, &dummy); c->edge->to.udpaddress = str2sockaddr(hisaddress, hisport); free(hisaddress);