X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fprotocol_edge.c;h=e285a6deaac66161a44a334436c7bfba41acf74e;hb=160b7cb5e3e9b7869f6ca38e6a7ab2db39aba979;hp=d1a11f41f0d050d239aa854c43f139ca89f7fafd;hpb=ff306f0cdaedb50de1472e7c1fb55de922a6ca60;p=tinc diff --git a/src/protocol_edge.c b/src/protocol_edge.c index d1a11f41..e285a6de 100644 --- a/src/protocol_edge.c +++ b/src/protocol_edge.c @@ -230,7 +230,7 @@ bool del_edge_h(connection_t *c, const char *request) { logger(DEBUG_PROTOCOL, LOG_WARNING, "Got %s from %s (%s) for ourself", "DEL_EDGE", c->name, c->hostname); contradicting_del_edge++; - send_add_edge(c, e); /* Send back a correction */ + send_add_edge(c, e); /* Send back a correction */ return true; }