X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fprotocol_edge.c;h=e285a6deaac66161a44a334436c7bfba41acf74e;hp=d1a11f41f0d050d239aa854c43f139ca89f7fafd;hb=d917c8cb6b69475d568ccbe82389b9f2b3eb5e80;hpb=58f4b845b9a7d83739af77337f2ce263d8df7838 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; }