X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fprotocol.c;h=ef2a182654d6e22c5ca355132f271a3665ee5a55;hp=6cb8037940f7296a1be2c99a5dacda3929f19864;hb=8e74c5bee48f2ef363193044d5309a65e91c70d8;hpb=ffb88ff6410f33de92db108bd1e0c3a915368214 diff --git a/src/protocol.c b/src/protocol.c index 6cb80379..ef2a1826 100644 --- a/src/protocol.c +++ b/src/protocol.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.c,v 1.28.4.116 2001/10/31 20:02:06 guus Exp $ + $Id: protocol.c,v 1.28.4.117 2001/10/31 20:37:54 guus Exp $ */ #include "config.h" @@ -983,7 +983,7 @@ cp int send_add_edge(connection_t *c, edge_t *e) { cp - return send_request(c, "%d %s %s %lx %d", ADD_NODE, + return send_request(c, "%d %s %s %lx %d", ADD_EDGE, e->from->name, e->to->name, e->options, e->weight); }